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

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-11-08 15:42:14 +00:00 committed by StyleCI Bot
parent 3d45e835e0
commit e3b01f3eb9
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; use Symfony\Component\Console\Input\InputOption;
trait HasATenantsOption trait HasATenantOption
{ {
protected function getOptions() protected function getOptions()
{ {

View file

@ -1,5 +1,7 @@
<?php <?php
declare(strict_types=1);
use Stancl\Tenancy\Tenant; use Stancl\Tenancy\Tenant;
use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface; use Symfony\Component\Console\Output\OutputInterface;