feat: add category management
associate with entries and text widgets
This commit is contained in:
parent
c83028b4d4
commit
9b9e1a8e29
22 changed files with 392 additions and 46 deletions
|
|
@ -11,9 +11,10 @@ it('has correct fillable attributes', function () {
|
|||
'is_featured',
|
||||
'published_at',
|
||||
'content',
|
||||
'category_id',
|
||||
];
|
||||
|
||||
$entry = new Entry();
|
||||
$entry = new Entry;
|
||||
|
||||
expect($entry->getFillable())->toEqual($expected);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue