Skip to content

Commit cd435dd

Browse files
committed
Removed unneeded closure parameter
1 parent a0700cf commit cd435dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NovaInlineRelationshipServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function boot()
2323
], 'nova-inline-relationships');
2424
}
2525

26-
Nova::serving(function (ServingNova $event) {
26+
Nova::serving(function () {
2727
Nova::script('nova-inline-relationship', __DIR__ . '/../dist/js/field.js');
2828
Nova::style('nova-inline-relationship', __DIR__ . '/../dist/css/field.css');
2929
});

0 commit comments

Comments
 (0)