1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 22:54:03 +00:00

Fix code style (php-cs-fixer)

This commit is contained in:
PHP CS Fixer 2024-02-10 23:04:12 +00:00
parent 56a6f25dac
commit 640305284b

View file

@ -4,10 +4,10 @@ declare(strict_types=1);
namespace Stancl\Tenancy\Controllers; namespace Stancl\Tenancy\Controllers;
use Exception;
use Illuminate\Routing\Controllers\HasMiddleware; use Illuminate\Routing\Controllers\HasMiddleware;
use Illuminate\Routing\Controllers\Middleware; use Illuminate\Routing\Controllers\Middleware;
use Symfony\Component\HttpFoundation\BinaryFileResponse; use Symfony\Component\HttpFoundation\BinaryFileResponse;
use Exception;
use Throwable; use Throwable;
class TenantAssetController implements HasMiddleware // todo@docs this was renamed from TenantAssetsController class TenantAssetController implements HasMiddleware // todo@docs this was renamed from TenantAssetsController