Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone authored Sep 8, 2022
1 parent 6e65a11 commit b7503d3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/LaravelServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ class LaravelServiceProvider extends ServiceProvider
public function boot()
{
Nova::serving(function (ServingNova $event) {
Nova::$scripts = array_unshift(
Nova::$scripts,
Script::remote(mix('tool.js', 'vendor/nova-kit/nova-packages-tool'))
array_unshift(
Nova::$scripts, Script::remote(mix('tool.js', 'vendor/nova-kit/nova-packages-tool'))
);
});

Expand Down

0 comments on commit b7503d3

Please sign in to comment.