@@ -25,9 +25,7 @@ |
||
25 | 25 | |
26 | 26 | use Cron; |
27 | 27 | use Validator; |
28 | - |
|
29 | 28 | use Pterodactyl\Models; |
30 | - |
|
31 | 29 | use Pterodactyl\Exceptions\DisplayValidationException; |
32 | 30 | use Pterodactyl\Exceptions\DisplayException; |
33 | 31 |
@@ -25,17 +25,13 @@ |
||
25 | 25 | namespace Pterodactyl\Repositories; |
26 | 26 | |
27 | 27 | use DB; |
28 | -use Settings; |
|
29 | 28 | use Hash; |
30 | 29 | use Validator; |
31 | -use Mail; |
|
32 | 30 | use Carbon; |
33 | 31 | use Auth; |
34 | - |
|
35 | 32 | use Pterodactyl\Models; |
36 | 33 | use Pterodactyl\Services\UuidService; |
37 | 34 | use Pterodactyl\Notifications\AccountCreated; |
38 | - |
|
39 | 35 | use Pterodactyl\Exceptions\DisplayValidationException; |
40 | 36 | use Pterodactyl\Exceptions\DisplayException; |
41 | 37 |
@@ -24,7 +24,6 @@ |
||
24 | 24 | namespace Pterodactyl\Services; |
25 | 25 | |
26 | 26 | use Log; |
27 | - |
|
28 | 27 | use Illuminate\Http\Request; |
29 | 28 | use Pterodactyl\Models\APILog; |
30 | 29 |
@@ -24,7 +24,6 @@ |
||
24 | 24 | namespace Pterodactyl\Services; |
25 | 25 | |
26 | 26 | use DB; |
27 | - |
|
28 | 27 | use Pterodactyl\Models; |
29 | 28 | use Pterodactyl\Exceptions\DisplayException; |
30 | 29 |
@@ -25,7 +25,6 @@ |
||
25 | 25 | |
26 | 26 | use Pterodactyl\Models\Server; |
27 | 27 | use Pterodactyl\Models\User; |
28 | - |
|
29 | 28 | use Pterodactyl\Notifications\Daemon; |
30 | 29 | |
31 | 30 | class NotificationService { |