Skip to content

Commit

Permalink
fix-octane
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed Apr 16, 2024
1 parent 5570333 commit 61fe8ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/IgnitionServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ protected function registerIgnition(): void

$this->app->singleton(
Ignition::class,
fn () => (new Ignition())
->applicationPath(base_path())
fn () => (new Ignition($this->app->make(Flare::class)))->applicationPath(base_path())
);
}

Expand Down

0 comments on commit 61fe8ab

Please sign in to comment.