diff --git a/App/Models/Post.php b/App/Models/Post.php index e16d245..3458a79 100644 --- a/App/Models/Post.php +++ b/App/Models/Post.php @@ -14,7 +14,7 @@ class Post extends DB /* * Store database table name */ - protected static $db_tbl = 'users'; + protected static $db_tbl = 'posts'; public function name() {