Skip to content

Commit

Permalink
fix(provider): Call next in SetFactoryResolvingProviderPipe
Browse files Browse the repository at this point in the history
  • Loading branch information
pionl committed Sep 27, 2022
1 parent 6f5a57e commit 82fa307
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Providers/Pipes/SetFactoryResolvingProviderPipe.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ public function handle(AppServiceProviderEntity $appServiceProvider, Closure $ne
$class = Str::replaceLast('Factory', '', $factory::class);
return $class;
});

$next($appServiceProvider);
}
}

0 comments on commit 82fa307

Please sign in to comment.