Skip to content

Commit e2794a9

Browse files
committed
Update binding method
1 parent 4f9f0c1 commit e2794a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OnboardServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ public function configurePackage(Package $package): void
1212
$package
1313
->name('laravel-onboard');
1414

15-
$this->app->scoped(OnboardingSteps::class);
15+
$this->app->singleton(OnboardingSteps::class);
1616
}
1717
}

0 commit comments

Comments
 (0)