From 740df2706934231a91c5e2d5061198ea962c357c Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 3 Apr 2024 11:25:57 -0400 Subject: profile page --- src/web/core/_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web/core/_model.php') diff --git a/src/web/core/_model.php b/src/web/core/_model.php index 936fab4..dfc7163 100644 --- a/src/web/core/_model.php +++ b/src/web/core/_model.php @@ -24,7 +24,7 @@ abstract class Model { /** * @returns the base model data */ - public function get_data(): array { + public function get_data(): ?array { $data = array(); $data['self'] = $this->main->user(); -- cgit v1.2.3-freya