Skip to content

Commit c2d0a5a

Browse files
committed
Fix exception loading typo
1 parent 00a3ae9 commit c2d0a5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Http/Controllers/Admin/ServersController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
use Pterodactyl\Repositories\ServerRepository;
3333
use Pterodactyl\Repositories\DatabaseRepository;
3434

35-
use Pterodactly\Exceptions\DisplayException;
36-
use Pterodactly\Exceptions\DisplayValidationException;
35+
use Pterodactyl\Exceptions\DisplayException;
36+
use Pterodactyl\Exceptions\DisplayValidationException;
3737

3838
use Pterodactyl\Http\Controllers\Controller;
3939
use Illuminate\Http\Request;

0 commit comments

Comments
 (0)