update v1.0.5
This commit is contained in:
@@ -5,7 +5,7 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class Relationship extends Model {
|
||||
|
||||
/* define the table */
|
||||
protected $table = 'article_relationship';
|
||||
protected $table = 'kb_article_relationship';
|
||||
/* define fillable fields */
|
||||
protected $fillable = ['id', 'category_id', 'article_id'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user