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 8f5179e commit 77f783dCopy full SHA for 77f783d
tests/Unit/CrudPanel/CrudPanelFieldsTest.php
@@ -744,7 +744,6 @@ public function testItCanAddAFluentField()
744
->store_in('some')
745
->size(6)
746
->on('created', function () {
747
-
748
})
749
->subfields([['name' => 'sub_1']])
750
->entity('bang');
@@ -777,7 +776,6 @@ public function testItCanAddAFluentField()
777
776
],
778
'events' => [
779
'created' => function () {
780
781
},
782
783
'subfields' => [
0 commit comments