Skip to content

Commit

Permalink
Update PSR4 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
maab16 committed Oct 4, 2022
1 parent a21e9d1 commit d235252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PermissionServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ private function registerCommands()
{
$this->commands(InstallPermission::class);
$this->commands(InstallPermissionDemo::class);
$this->commands(publishPermissionResources::class);
$this->commands(publishPermissionViews::class);
$this->commands(PublishPermissionResources::class);
$this->commands(PublishPermissionViews::class);
}
}

0 comments on commit d235252

Please sign in to comment.