Skip to content

Commit

Permalink
Update CraftableInstall.php (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
palypster authored Feb 8, 2023
1 parent 0a24c9d commit 221fabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Commands/CraftableInstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ private function publishAllVendors(): void
//Spatie Permission
$this->call('vendor:publish', [
'--provider' => 'Spatie\\Permission\\PermissionServiceProvider',
'--tag' => 'migrations'
'--tag' => 'permission-migrations'
]);
$this->call('vendor:publish', [
'--provider' => 'Spatie\\Permission\\PermissionServiceProvider',
Expand Down

0 comments on commit 221fabf

Please sign in to comment.