mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 15:14:04 +00:00
Merge branch 'controller-constructor' of github.com:stancl/tenancy into controller-constructor
This commit is contained in:
commit
dcd7b50833
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ Route::get('/app', function () {
|
||||||
$this->info('✔️ Created routes/tenant.php');
|
$this->info('✔️ Created routes/tenant.php');
|
||||||
|
|
||||||
$this->line('');
|
$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)) {
|
if ($this->confirm('Do you wish to publish the migrations that create these tables?', true)) {
|
||||||
$this->callSilent('vendor:publish', [
|
$this->callSilent('vendor:publish', [
|
||||||
'--provider' => 'Stancl\Tenancy\TenancyServiceProvider',
|
'--provider' => 'Stancl\Tenancy\TenancyServiceProvider',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue