added url and call to action to entries migraiton and model

updated unit tests
This commit is contained in:
jon brookes 2026-01-17 16:35:14 +00:00
parent 0d688a0f82
commit 6731b4c487
5 changed files with 53 additions and 14 deletions

View file

@ -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;