Skip to content

Commit 2736522

Browse files
authored
Update and rename installPermission.php to InstallPermission.php
1 parent 3438d02 commit 2736522

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Commands/installPermission.php renamed to src/Commands/InstallPermission.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class InstallPermission extends Command
1515
* @var string
1616
*/
1717
protected $name = 'permission:install';
18+
1819
/**
1920
* The console command description.
2021
*
@@ -107,4 +108,4 @@ public function handle( Filesystem $filesystem)
107108

108109
$this->info('Seeding Completed');
109110
}
110-
}
111+
}

0 commit comments

Comments
 (0)