Skip to content

Commit d235252

Browse files
committed
Update PSR4 issue
1 parent a21e9d1 commit d235252

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PermissionServiceProvider.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ private function registerCommands()
134134
{
135135
$this->commands(InstallPermission::class);
136136
$this->commands(InstallPermissionDemo::class);
137-
$this->commands(publishPermissionResources::class);
138-
$this->commands(publishPermissionViews::class);
137+
$this->commands(PublishPermissionResources::class);
138+
$this->commands(PublishPermissionViews::class);
139139
}
140140
}

0 commit comments

Comments
 (0)