Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Dec 3, 2024
1 parent c76bf8e commit abefd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/InteractsWithWorkbench.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ protected function getPackageBootstrappersUsingWorkbench($app): ?array
* Get package providers.
*
* @param \Illuminate\Foundation\Application $app
* @return array<int, class-string>|null
* @return array<int, class-string<\Illuminate\Support\ServiceProvider>>|null
*/
protected function getPackageProvidersUsingWorkbench($app): ?array
{
Expand Down

0 comments on commit abefd18

Please sign in to comment.