From 79b062e810e7fc219ae99ad0b55ae02d32aface9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 15 Aug 2019 17:29:20 +0200 Subject: [PATCH] wip --- 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 44e0a5fc..8635935d 100644 --- a/src/Commands/Install.php +++ b/src/Commands/Install.php @@ -72,6 +72,6 @@ Route::get('/your/application/homepage', function () { } $this->line(''); - $this->info('✔️ stancl/tenancy installed successfully ✨.'); + $this->info('✨️ stancl/tenancy installed successfully.'); } }