Skip to content

Commit

Permalink
Update RenameMeServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
cerbero90 authored Jun 17, 2023
1 parent 05cde39 commit e0d3bf8
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions src/Providers/RenameMeServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,14 @@

use Illuminate\Support\ServiceProvider;

/**
* The service provider.
*
*/
class :package_nsServiceProvider extends ServiceProvider
{
/**
* Register any application services.
*
* @return void
*/
public function register()
public function register(): void
{
//
}

/**
* Execute logic after the service provider is booted.
*
* @return void
*/
public function boot()
public function boot(): void
{
//
}
Expand Down

0 comments on commit e0d3bf8

Please sign in to comment.