mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 20:44:28 +09:00
Fix #2249 incorrect attribute path
This commit is contained in:
parent
3fb44b2863
commit
a6a45bcf76
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ namespace Rhymix\Framework\Helpers;
|
||||||
/**
|
/**
|
||||||
* Session helper class.
|
* Session helper class.
|
||||||
*/
|
*/
|
||||||
#[AllowDynamicProperties]
|
#[\AllowDynamicProperties]
|
||||||
class SessionHelper
|
class SessionHelper
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue