summaryrefslogtreecommitdiff
path: root/src/web/_model/blog.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/_model/blog.php')
-rw-r--r--src/web/_model/blog.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/_model/blog.php b/src/web/_model/blog.php
index 6dc1316..2890263 100644
--- a/src/web/_model/blog.php
+++ b/src/web/_model/blog.php
@@ -29,7 +29,7 @@ class Blog_model extends Model {
$data['blog'] = $blog;
}
- public function get_data(): ?array {
+ public function get_data(): array {
$data = parent::get_base_data('blog');
$this->load_blog($data);
$data['title'] = lang('title');