From 221fabfaa366a4942a4b9938f56d50e93d39f2b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavol=20Perd=C3=ADk?= Date: Wed, 8 Feb 2023 17:06:18 +0100 Subject: [PATCH] Update CraftableInstall.php (#420) --- src/Console/Commands/CraftableInstall.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/Commands/CraftableInstall.php b/src/Console/Commands/CraftableInstall.php index 21593cf..59ce695 100644 --- a/src/Console/Commands/CraftableInstall.php +++ b/src/Console/Commands/CraftableInstall.php @@ -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',