1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 10:14:04 +00:00
This commit is contained in:
Samuel Štancl 2019-08-15 17:29:20 +02:00
parent 56bf496a8f
commit 79b062e810

View file

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