Enable "ordered imports" (#1746)

This commit is contained in:
Boy132
2025-09-24 13:34:19 +02:00
committed by GitHub
parent a5858a6d9b
commit 9f35f1c3ee
573 changed files with 1556 additions and 1555 deletions

View File

@@ -2,10 +2,10 @@
namespace App\Exceptions\Http\Server;
use Throwable;
use App\Enums\ServerState;
use App\Models\Server;
use Symfony\Component\HttpKernel\Exception\ConflictHttpException;
use Throwable;
class ServerStateConflictException extends ConflictHttpException
{