mirror of
https://github.com/archtechx/tenancy.git
synced 2026-09-20 14:14:03 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
802022a926
commit
ae98ac3bd4
1 changed files with 1 additions and 1 deletions
|
|
@ -6,10 +6,10 @@ namespace Stancl\Tenancy\Controllers;
|
|||
|
||||
use Closure;
|
||||
use Exception;
|
||||
use Illuminate\Filesystem\LocalFilesystemAdapter;
|
||||
use Illuminate\Http\Request;
|
||||
use Illuminate\Routing\Controllers\HasMiddleware;
|
||||
use Illuminate\Routing\Controllers\Middleware;
|
||||
use Illuminate\Filesystem\LocalFilesystemAdapter;
|
||||
use Illuminate\Support\Facades\Storage;
|
||||
use Stancl\Tenancy\Bootstrappers\FilesystemTenancyBootstrapper;
|
||||
use Symfony\Component\HttpFoundation\BinaryFileResponse;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue