mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 17:04:03 +00:00
wip
This commit is contained in:
parent
1243353ffa
commit
56bf496a8f
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ Route::get('/your/application/homepage', function () {
|
|||
|
||||
$this->line('');
|
||||
$this->line("This package lets you store data about tenants either in Redis or in a relational database like MySQL. If you're going to use the database storage, you need to create a tenants table.");
|
||||
if ($this->confirm('Do you want to publish the default database migration?')) {
|
||||
if ($this->confirm('Do you want to publish the default database migration?', true)) {
|
||||
$this->callSilent('vendor:publish', [
|
||||
'--provider' => 'Stancl\Tenancy\TenancyServiceProvider',
|
||||
'--tag' => 'migrations',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue