s3 config

This commit is contained in:
jon brookes 2026-01-24 11:18:01 +00:00
parent d9dca29bc9
commit 093c538752
19 changed files with 751 additions and 40 deletions

View file

@ -5,6 +5,7 @@ use App\Models\Entry;
it('has correct fillable attributes', function () {
$expected = [
'title',
'type',
'slug',
'description',
'is_published',
@ -13,6 +14,8 @@ it('has correct fillable attributes', function () {
'content',
'call_to_action_link',
'call_to_action_text',
'category_id',
'priority',
];
$entry = new Entry;