Apply fixes from StyleCI (#501)
This commit is contained in:
parent
0111ca7768
commit
ce2b2447d0
10 changed files with 19 additions and 19 deletions
tests/Feature/Services
|
@ -24,11 +24,11 @@
|
|||
|
||||
namespace Tests\Feature\Services;
|
||||
|
||||
use Illuminate\Support\Facades\Notification;
|
||||
use Pterodactyl\Models\User;
|
||||
use Pterodactyl\Notifications\AccountCreated;
|
||||
use Pterodactyl\Services\UserService;
|
||||
use Tests\TestCase;
|
||||
use Pterodactyl\Models\User;
|
||||
use Pterodactyl\Services\UserService;
|
||||
use Illuminate\Support\Facades\Notification;
|
||||
use Pterodactyl\Notifications\AccountCreated;
|
||||
|
||||
class UserServiceTest extends TestCase
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue