Skip to content

Commit

Permalink
Update provider.stub
Browse files Browse the repository at this point in the history
Format to the current Laravel standard.
  • Loading branch information
solomon-ochepa authored Oct 20, 2023
1 parent ef67a73 commit c2b48e0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/Commands/stubs/provider.stub
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,16 @@ class $CLASS$ extends ServiceProvider
{
/**
* Register the service provider.
*
* @return void
*/
public function register()
public function register(): void
{
//
}

/**
* Get the services provided by the provider.
*
* @return array
*/
public function provides()
public function provides(): array
{
return [];
}
Expand Down

0 comments on commit c2b48e0

Please sign in to comment.