@@ -25,11 +25,8 @@ |
||
25 | 25 | namespace Pterodactyl\Observers; |
26 | 26 | |
27 | 27 | use Cache; |
28 | -use Carbon; |
|
29 | 28 | use Pterodactyl\Events; |
30 | 29 | use Pterodactyl\Models\Server; |
31 | -use Pterodactyl\Jobs\DeleteServer; |
|
32 | -use Pterodactyl\Jobs\SuspendServer; |
|
33 | 30 | use Pterodactyl\Notifications\ServerCreated; |
34 | 31 | use Illuminate\Foundation\Bus\DispatchesJobs; |
35 | 32 |