We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5866f03 commit 4c77b52Copy full SHA for 4c77b52
app/Console/Commands/PerformUpdate.php
@@ -6,7 +6,6 @@
6
use App\Models\Site;
7
use Illuminate\Console\Command;
8
use App\Console\Traits\RequestTargetVersion;
9
-use Illuminate\Support\Facades\Log;
10
11
class PerformUpdate extends Command
12
{
app/Jobs/UpdateSite.php
@@ -6,10 +6,8 @@
use App\Exceptions\UpdateException;
-use App\Models\Update;
use App\RemoteSite\Connection;
use App\RemoteSite\Responses\PrepareUpdate;
-use Illuminate\Console\Command;
13
use Illuminate\Contracts\Queue\ShouldQueue;
14
use Illuminate\Foundation\Queue\Queueable;
15
use Illuminate\Support\Facades\App;
0 commit comments