From 20cb3dc647c45a85f5e2914d5c1e0df46084cc45 Mon Sep 17 00:00:00 2001 From: PHP CS Fixer Date: Mon, 24 Apr 2023 11:20:26 +0000 Subject: [PATCH] Fix code style (php-cs-fixer) --- src/Jobs/CreatePostgresUserForTenant.php | 1 - src/Jobs/DeleteTenantsPostgresUser.php | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Jobs/CreatePostgresUserForTenant.php b/src/Jobs/CreatePostgresUserForTenant.php index 8cda822a..ea52b274 100644 --- a/src/Jobs/CreatePostgresUserForTenant.php +++ b/src/Jobs/CreatePostgresUserForTenant.php @@ -7,7 +7,6 @@ namespace Stancl\Tenancy\Jobs; use Illuminate\Bus\Queueable; use Illuminate\Contracts\Queue\ShouldQueue; use Illuminate\Database\Eloquent\Model; -use Illuminate\Database\QueryException; use Illuminate\Foundation\Bus\Dispatchable; use Illuminate\Queue\InteractsWithQueue; use Illuminate\Queue\SerializesModels; diff --git a/src/Jobs/DeleteTenantsPostgresUser.php b/src/Jobs/DeleteTenantsPostgresUser.php index 15e0f5a1..81b90c46 100644 --- a/src/Jobs/DeleteTenantsPostgresUser.php +++ b/src/Jobs/DeleteTenantsPostgresUser.php @@ -7,7 +7,6 @@ namespace Stancl\Tenancy\Jobs; use Illuminate\Bus\Queueable; use Illuminate\Contracts\Queue\ShouldQueue; use Illuminate\Database\Eloquent\Model; -use Illuminate\Database\QueryException; use Illuminate\Foundation\Bus\Dispatchable; use Illuminate\Queue\InteractsWithQueue; use Illuminate\Queue\SerializesModels;