Skip to content

Commit

Permalink
Update RenameMeServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
cerbero90 authored Feb 29, 2024
1 parent 30f4cf2 commit 589161e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/Providers/RenameMeServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@

final class :package_nsServiceProvider extends ServiceProvider
{
public function register(): void
/**
* Bootstrap the package services.
*/
public function boot(): void
{
//
}

public function boot(): void
/**
* Register the package services.
*/
public function register(): void
{
//
}
Expand Down

0 comments on commit 589161e

Please sign in to comment.