Everywhere: Add initial cut of the blogging functionality

This commit is contained in:
Riyyi
2022-11-15 17:40:18 +01:00
parent 3b47e0ed71
commit 7beef3a1d5
8 changed files with 168 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
namespace App\Model;
class BlogModel extends Model {
protected $table = 'blog_post';
}