s3 config
This commit is contained in:
parent
d9dca29bc9
commit
093c538752
19 changed files with 751 additions and 40 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue