mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 23:14:05 +00:00
Merge branch 'tenant-aware-commands' of github.com:stancl/tenancy into tenant-aware-commands
This commit is contained in:
commit
f5bbcab9af
2 changed files with 3 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ namespace Stancl\Tenancy\Traits;
|
|||
|
||||
use Symfony\Component\Console\Input\InputOption;
|
||||
|
||||
trait HasATenantsOption
|
||||
trait HasATenantOption
|
||||
{
|
||||
protected function getOptions()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
use Stancl\Tenancy\Tenant;
|
||||
use Symfony\Component\Console\Input\InputInterface;
|
||||
use Symfony\Component\Console\Output\OutputInterface;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue