Skip to content

Commit

Permalink
#19 fix: style code
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Jul 28, 2024
1 parent d98542b commit 80594f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/ListProviders.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class ListProviders extends Command
protected $signature = 'providers:list';
protected $description = 'List all registered service providers';

public function handle()
public function handle(): void
{
$providers = App::getLoadedProviders();

Expand Down

0 comments on commit 80594f9

Please sign in to comment.