migration up
This commit is contained in:
@ -4,6 +4,6 @@ namespace app\models;
|
||||
use \Illuminate\Database\Eloquent\Model;
|
||||
class Post extends Model
|
||||
{
|
||||
protected $table = 'Posts';
|
||||
protected $table = 'post';
|
||||
protected $fillable = ['post', 'user_id'];
|
||||
}
|
Reference in New Issue
Block a user