Everywhere: Add initial cut of the blogging functionality
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Model;
|
||||
|
||||
class BlogModel extends Model {
|
||||
|
||||
protected $table = 'blog_post';
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user