Skip to content

Commit

Permalink
Merge pull request #4 from tompec/dev
Browse files Browse the repository at this point in the history
Update binding method
  • Loading branch information
riasvdv authored Jun 23, 2022
2 parents 4f9f0c1 + e2794a9 commit 3f82c27
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 3f82c27

Please sign in to comment.