Skip to content

Commit

Permalink
Update SporkServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkregel authored Oct 21, 2022
1 parent 40a2432 commit ae7db97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SporkServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function boot()
public function register()
{
$this->loadMigrationsFrom(__DIR__.'/../database/migrations');
$this->mergeConfigFrom(__DIR__.'/../config/spork-core.php', 'spork.core');
$this->mergeConfigFrom(__DIR__.'/../config/spork.core.php', 'spork.core');

if ($this->app->make('config')->get('spork.core.enabled', false)) {
Route::middleware($this->app->make('config')->get('spork.core.middleware'))
Expand Down

0 comments on commit ae7db97

Please sign in to comment.