Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist authored and actions-user committed Sep 1, 2022
1 parent d4c3c44 commit 29deea5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/IgnitionServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ protected function registerIgnition(): void

$this->app->singleton(SolutionProviderRepositoryContract::class, fn () => $solutionProviderRepository);

$this->app->singleton(Ignition::class,
$this->app->singleton(
Ignition::class,
fn () => (new Ignition())
->applicationPath(base_path())
);
Expand Down

0 comments on commit 29deea5

Please sign in to comment.