Add AllowDynamicProperties to SessionHelper

This commit is contained in:
Kijin Sung 2022-12-20 09:27:36 +09:00
parent b5a5734573
commit 70acafb8ea

View file

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