Skip to content

Commit

Permalink
Update binding method
Browse files Browse the repository at this point in the history
  • Loading branch information
tompec committed Jun 23, 2022
1 parent 4f9f0c1 commit e2794a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OnboardServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ public function configurePackage(Package $package): void
$package
->name('laravel-onboard');

$this->app->scoped(OnboardingSteps::class);
$this->app->singleton(OnboardingSteps::class);
}
}

0 comments on commit e2794a9

Please sign in to comment.