Skip to content

Commit 4c77b52

Browse files
committed
cs fix
1 parent 5866f03 commit 4c77b52

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

app/Console/Commands/PerformUpdate.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
use App\Models\Site;
77
use Illuminate\Console\Command;
88
use App\Console\Traits\RequestTargetVersion;
9-
use Illuminate\Support\Facades\Log;
109

1110
class PerformUpdate extends Command
1211
{

app/Jobs/UpdateSite.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66

77
use App\Exceptions\UpdateException;
88
use App\Models\Site;
9-
use App\Models\Update;
109
use App\RemoteSite\Connection;
1110
use App\RemoteSite\Responses\PrepareUpdate;
12-
use Illuminate\Console\Command;
1311
use Illuminate\Contracts\Queue\ShouldQueue;
1412
use Illuminate\Foundation\Queue\Queueable;
1513
use Illuminate\Support\Facades\App;

0 commit comments

Comments
 (0)