mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 19:24:02 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
42b7ab2bd6
commit
032e29ac79
1 changed files with 1 additions and 1 deletions
|
|
@ -5,9 +5,9 @@ declare(strict_types=1);
|
|||
namespace Stancl\Tenancy\Database\Concerns;
|
||||
|
||||
use Closure;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use ReflectionClass;
|
||||
use Symfony\Component\Finder\Finder;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Symfony\Component\Finder\SplFileInfo;
|
||||
|
||||
trait DealsWithModels
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue