Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone authored Mar 7, 2024
1 parent 57cbe3f commit 3751024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class LaravelServiceProvider extends ServiceProvider
*/
public function boot()
{
Nova::serving(function (ServingNova $event) {
Nova::serving(static function (ServingNova $event) {
array_unshift(
Nova::$scripts, Script::remote(mix('tool.js', 'vendor/nova-kit/nova-packages-tool'))
);
Expand Down

0 comments on commit 3751024

Please sign in to comment.