Session throws an Exception when it's not started
This commit is contained in:
parent
9bcbe6a357
commit
b4621e489f
|
@ -111,7 +111,7 @@ public static function started()
|
||||||
*/
|
*/
|
||||||
public static function __callStatic($method, $parameters)
|
public static function __callStatic($method, $parameters)
|
||||||
{
|
{
|
||||||
return call_user_func_array(array(static::$instance, $method), $parameters);
|
return call_user_func_array(array(static::instance(), $method), $parameters);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue