PSR formatting

This commit is contained in:
Dennis
2020-10-20 12:03:44 +02:00
parent 6ef5cd25f5
commit d17ae49155
36 changed files with 59 additions and 67 deletions

View File

@@ -4,12 +4,12 @@ namespace App\Jobs\Servers;
use App\Models\Server;
use App\Services\Ploi\Ploi;
use App\Traits\JobHasThresholds;
use Illuminate\Bus\Queueable;
use App\Traits\JobHasThresholds;
use Illuminate\Queue\SerializesModels;
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Foundation\Bus\Dispatchable;
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Queue\SerializesModels;
class FetchServerStatus implements ShouldQueue
{