diff options
Diffstat (limited to 'src/web/_model/apps/auth.php')
-rw-r--r-- | src/web/_model/apps/auth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/_model/apps/auth.php b/src/web/_model/apps/auth.php index a1802de..8a359d5 100644 --- a/src/web/_model/apps/auth.php +++ b/src/web/_model/apps/auth.php @@ -5,7 +5,7 @@ class Auth_model extends Model { parent::__construct($load); } - public function get_data(): array { + public function get_data(): ?array { $data = parent::get_data(); $data['title'] = lang('login'); return $data; |