Skip to content

Commit

Permalink
Merge pull request #7 from nasirkhan/analysis-7W40Y3
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
nasirkhan authored May 4, 2024
2 parents 30864a8 + 5a0ac2b commit 1ad3573
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ModuleManagerServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use Nasirkhan\ModuleManager\Commands\AuthPermissionCommand;
use Nasirkhan\ModuleManager\Commands\InsertDemoDataCommand;
use Nasirkhan\ModuleManager\Commands\ModuleBuildCommand;
use Nasirkhan\ModuleManager\Commands\TestCommand;

class ModuleManagerServiceProvider extends ServiceProvider
{
Expand Down Expand Up @@ -59,7 +58,7 @@ public function boot()

// Insert Demo Data Command
InsertDemoDataCommand::class,

// Auth Permission Command
AuthPermissionCommand::class,

Expand Down

0 comments on commit 1ad3573

Please sign in to comment.