1
0
Fork 0
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:
PHP CS Fixer 2023-06-19 11:55:44 +00:00
parent 42b7ab2bd6
commit 032e29ac79

View file

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