1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-04 19:24:02 +00:00
This commit is contained in:
Samuel Štancl 2019-08-15 17:33:16 +02:00
parent 836c1717e9
commit aea6219993

View file

@ -72,6 +72,6 @@ Route::get('/your/application/homepage', function () {
} }
$this->line(''); $this->line('');
$this->info('✨️ stancl/tenancy installed successfully.'); $this->comment('✨️ stancl/tenancy installed successfully.');
} }
} }