Skip to content

Commit 6ae3cb4

Browse files
author
Malik Umer Farooq
authored
Update Post.php
1 parent 21507ed commit 6ae3cb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

App/Models/Post.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Post extends DB
1414
/*
1515
* Store database table name
1616
*/
17-
protected static $db_tbl = 'users';
17+
protected static $db_tbl = 'posts';
1818

1919
public function name()
2020
{

0 commit comments

Comments
 (0)