Apply fixes from StyleCI (#501)
This commit is contained in:
parent
0111ca7768
commit
ce2b2447d0
10 changed files with 19 additions and 19 deletions
|
@ -24,14 +24,14 @@
|
|||
|
||||
namespace Pterodactyl\Services;
|
||||
|
||||
use Illuminate\Config\Repository as ConfigRepository;
|
||||
use Pterodactyl\Models\User;
|
||||
use Illuminate\Database\Connection;
|
||||
use Illuminate\Contracts\Auth\Guard;
|
||||
use Illuminate\Contracts\Hashing\Hasher;
|
||||
use Illuminate\Database\Connection;
|
||||
use Pterodactyl\Exceptions\DisplayException;
|
||||
use Pterodactyl\Models\User;
|
||||
use Pterodactyl\Notifications\AccountCreated;
|
||||
use Pterodactyl\Services\Components\UuidService;
|
||||
use Illuminate\Config\Repository as ConfigRepository;
|
||||
|
||||
class UserService
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue