Skip to content

Commit c28c4ea

Browse files
committed
Fixed PSR4 issue.
1 parent 757feba commit c28c4ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Commands/publishPermissionResources.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use CodexShaper\Permission\PermissionServiceProvider;
55
use Illuminate\Console\Command;
66

7-
class publishPermissionResources extends Command
7+
class PublishPermissionResources extends Command
88
{
99
/**
1010
* The console command name.

src/Commands/publishPermissionViews.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use CodexShaper\Permission\PermissionServiceProvider;
55
use Illuminate\Console\Command;
66

7-
class publishPermissionViews extends Command
7+
class PublishPermissionViews extends Command
88
{
99
/**
1010
* The console command name.

0 commit comments

Comments
 (0)