From 6ae3cb4f43eb397ade7f2897ac73856608984a56 Mon Sep 17 00:00:00 2001 From: Malik Umer Farooq Date: Tue, 31 Jul 2018 16:16:28 +0500 Subject: [PATCH] Update Post.php --- App/Models/Post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {