Skip to content

Commit

Permalink
Update Post.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Malik Umer Farooq committed Jul 31, 2018
1 parent 21507ed commit 6ae3cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/Models/Post.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit 6ae3cb4

Please sign in to comment.