Fix #2249 incorrect attribute path

This commit is contained in:
Kijin Sung 2023-12-30 22:15:13 +09:00
parent 3fb44b2863
commit a6a45bcf76

View file

@ -5,7 +5,7 @@ namespace Rhymix\Framework\Helpers;
/**
* Session helper class.
*/
#[AllowDynamicProperties]
#[\AllowDynamicProperties]
class SessionHelper
{
/**