Skip to content

Commit

Permalink
Fix octane issues by changing registering package from scoped to sing…
Browse files Browse the repository at this point in the history
…leton
  • Loading branch information
ksimenic committed Jan 19, 2024
1 parent 8c4a645 commit 2f16045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FilamentFabricatorServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function packageRegistered(): void
{
parent::packageRegistered();

$this->app->scoped('filament-fabricator', function () {
$this->app->singleton('filament-fabricator', function () {
return new FilamentFabricatorManager();
});
}
Expand Down

0 comments on commit 2f16045

Please sign in to comment.