We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a21e9d1 commit d235252Copy full SHA for d235252
src/PermissionServiceProvider.php
@@ -134,7 +134,7 @@ private function registerCommands()
134
{
135
$this->commands(InstallPermission::class);
136
$this->commands(InstallPermissionDemo::class);
137
- $this->commands(publishPermissionResources::class);
138
- $this->commands(publishPermissionViews::class);
+ $this->commands(PublishPermissionResources::class);
+ $this->commands(PublishPermissionViews::class);
139
}
140
0 commit comments