From 5d688e6e5df7db2dc39ae62c2ccafa3204a41554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Tue, 18 Oct 2022 21:52:02 +0200 Subject: [PATCH] remove duplicate 'routes/tenant.php' from message --- src/Commands/Install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/Install.php b/src/Commands/Install.php index 424aa261..77c96588 100644 --- a/src/Commands/Install.php +++ b/src/Commands/Install.php @@ -23,7 +23,7 @@ class Install extends Command ); $this->step( - name: 'Publishing routes [routes/tenant.php]', + name: 'Publishing routes', tag: 'routes', file: 'routes/tenant.php', );