Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Rename script served to avoid conflict between card and tool
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstauffer committed Sep 14, 2018
1 parent a126f8e commit b6a731b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CardServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function boot()
});

Nova::serving(function (ServingNova $event) {
Nova::script('nova-releases', __DIR__.'/../dist/js/card.js');
Nova::script('nova-releases-card', __DIR__.'/../dist/js/card.js');
});
}

Expand Down

0 comments on commit b6a731b

Please sign in to comment.