mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Enable "ordered imports" (#1746)
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user