added url and call to action to entries migraiton and model
updated unit tests
This commit is contained in:
parent
0d688a0f82
commit
6731b4c487
5 changed files with 53 additions and 14 deletions
|
|
@ -11,7 +11,8 @@ it('has correct fillable attributes', function () {
|
|||
'is_featured',
|
||||
'published_at',
|
||||
'content',
|
||||
'category_id',
|
||||
'call_to_action_link',
|
||||
'call_to_action_text',
|
||||
];
|
||||
|
||||
$entry = new Entry;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue