update v1.0.5
This commit is contained in:
@@ -20,7 +20,7 @@ class Article extends Model {
|
||||
];
|
||||
|
||||
/* define the table name to get the properties of article model as protected */
|
||||
protected $table = 'article';
|
||||
protected $table = 'kb_article';
|
||||
/* define the fillable field in the table */
|
||||
protected $fillable = ['name', 'slug', 'description', 'type', 'status'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user