mirror of
https://github.com/archtechx/tenancy.git
synced 2026-05-06 15:44:03 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
bf42a12894
commit
873488be55
1 changed files with 1 additions and 1 deletions
|
|
@ -9,8 +9,8 @@ use Illuminate\Contracts\Queue\ShouldQueue;
|
|||
use Illuminate\Foundation\Bus\Dispatchable;
|
||||
use Illuminate\Queue\InteractsWithQueue;
|
||||
use Illuminate\Queue\SerializesModels;
|
||||
use Stancl\Tenancy\Contracts\Tenant;
|
||||
use Illuminate\Support\Facades\File;
|
||||
use Stancl\Tenancy\Contracts\Tenant;
|
||||
|
||||
class DeleteTenantStorage implements ShouldQueue
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue