1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-06-20 22:54:05 +00:00

Fix code style (php-cs-fixer)

This commit is contained in:
github-actions[bot] 2026-06-10 01:56:43 +00:00
parent a7aa03158d
commit 4760ed9375

View file

@ -4,7 +4,6 @@ declare(strict_types=1);
namespace Stancl\Tenancy\Database\Concerns;
use Illuminate\Support\Arr;
use InvalidArgumentException;
/**