From 3ec7c714d4ae9b4cd2cfbc00a6285229ffb57890 Mon Sep 17 00:00:00 2001 From: stancl Date: Tue, 15 Oct 2019 16:49:42 +0000 Subject: [PATCH] Apply fixes from StyleCI --- 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 7fd0b670..62759851 100644 --- a/src/Commands/Install.php +++ b/src/Commands/Install.php @@ -73,7 +73,7 @@ Route::get('/app', function () { $this->info('✔️ Created routes/tenant.php'); $this->line(''); - $this->line("This package lets you store data about tenants either in Redis or in a relational database like MySQL. To store data about tenants in a relational database, you need a few database tables."); + $this->line('This package lets you store data about tenants either in Redis or in a relational database like MySQL. To store data about tenants in a relational database, you need a few database tables.'); if ($this->confirm('Do you wish to publish the migrations that create these tables?', true)) { $this->callSilent('vendor:publish', [ '--provider' => 'Stancl\Tenancy\TenancyServiceProvider',