fix is_active student flag and apply it in all pages
This commit is contained in:
@@ -98,6 +98,6 @@ class Autoload extends AutoloadConfig
|
||||
*
|
||||
* @var list<string>
|
||||
*/
|
||||
public $helpers = ['url', 'form', 'pbkdf2', 'document', 'time', 'api', 'global_config'];
|
||||
public $helpers = ['url', 'form', 'pbkdf2', 'document', 'time', 'api', 'global_config', 'student_status'];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user