1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 10:14:04 +00:00

Merge branch 'tenant-aware-commands' of github.com:stancl/tenancy into tenant-aware-commands

This commit is contained in:
Samuel Štancl 2019-11-08 16:47:53 +01:00
commit f5bbcab9af
2 changed files with 3 additions and 1 deletions

View file

@ -6,7 +6,7 @@ namespace Stancl\Tenancy\Traits;
use Symfony\Component\Console\Input\InputOption;
trait HasATenantsOption
trait HasATenantOption
{
protected function getOptions()
{

View file

@ -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;