Skip to content

Commit

Permalink
Change to service provider
Browse files Browse the repository at this point in the history
  • Loading branch information
MattYeend committed Jan 21, 2025
1 parent bf8d6a9 commit 4cc5e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QueueMonitoringServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function boot()

protected function loadFactories()
{
if($this->app()->runningInConsole() || $this->app->environment('local', 'testing', 'staging', 'development')){
if($this->app->runningInConsole() || $this->app->environment('local', 'testing', 'staging', 'development')){
$this->loadFactoriesFrom(__DIR__ . '/Database/factories');
}
}
Expand Down

0 comments on commit 4cc5e56

Please sign in to comment.