@@ -28,7 +28,7 @@ |
||
28 | 28 | * Get the notification's delivery channels. |
29 | 29 | * |
30 | 30 | * @param mixed $notifiable |
31 | - * @return array |
|
31 | + * @return string[] |
|
32 | 32 | */ |
33 | 33 | public function via($notifiable) |
34 | 34 | { |
@@ -34,7 +34,6 @@ |
||
34 | 34 | use Pterodactyl\Models; |
35 | 35 | use Pterodactyl\Services\UuidService; |
36 | 36 | use Pterodactyl\Exceptions\DisplayException; |
37 | -use Pterodactyl\Notifications\AccountCreated; |
|
38 | 37 | use Pterodactyl\Exceptions\DisplayValidationException; |
39 | 38 | |
40 | 39 | class UserRepository |