Fix linting (#4504)
This commit is contained in:
parent
5f57e63fe4
commit
548affba84
3 changed files with 3 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
|
||||
namespace Pterodactyl\Models;
|
||||
|
||||
use Carbon\CarbonImmutable;
|
||||
use Illuminate\Support\Arr;
|
||||
use Illuminate\Support\Str;
|
||||
use Carbon\CarbonImmutable;
|
||||
use Illuminate\Support\Carbon;
|
||||
use Illuminate\Validation\Rule;
|
||||
use Illuminate\Container\Container;
|
||||
|
|
Reference in a new issue