Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
tabacitu authored and StyleCIBot committed Apr 27, 2021
1 parent 1a5faa3 commit bad8dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PermissionManagerServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function boot()

// publish route file
$this->publishes([__DIR__.$this->routeFilePath => base_path($this->routeFilePath)], 'routes');

// load migration from Backpack 4.0 to Backpack 4.1
$this->loadMigrationsFrom(__DIR__.'/database/migrations');
}
Expand Down

0 comments on commit bad8dce

Please sign in to comment.