Skip to content

Commit

Permalink
Adding Laravel Octane Support
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewHallCom authored Oct 16, 2021
1 parent c20e102 commit 097e32d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ToolServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ class ToolServiceProvider extends ServiceProvider
*/
public function boot()
{
Nova::script('nova-impersonate', __DIR__.'/../dist/js/field.js');

$this->loadViewsFrom(__DIR__.'/../resources/views', 'nova-impersonate');

$this->publishes([
Expand All @@ -37,7 +35,7 @@ public function boot()
});

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

Expand Down

0 comments on commit 097e32d

Please sign in to comment.