Code cleanup

This commit is contained in:
James Cole
2023-08-11 06:05:02 +02:00
parent 4bbc898639
commit 2b829cb645
2 changed files with 27 additions and 25 deletions

View File

@@ -40,7 +40,9 @@ class PiggyBankServiceProvider extends ServiceProvider
/**
* Bootstrap the application services.
*/
public function boot(): void {}
public function boot(): void
{
}
/**
* Register the application services.