We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e732e2 commit 1439cdcCopy full SHA for 1439cdc
tests/Feature/Entries/ViewEntryListingTest.php
@@ -111,7 +111,7 @@ public function it_shows_only_entries_in_index_the_user_can_access()
111
112
Blueprint::make('with-author')
113
->setNamespace('collections/test')
114
- ->ensureField('author', [])
+ ->ensureField('author', ['type' => 'users'])
115
->save();
116
117
Blueprint::make('without-author')
0 commit comments