Whoops, remove this too
This commit is contained in:
parent
5f42325284
commit
6d426e45d9
1 changed files with 0 additions and 3 deletions
|
@ -6,13 +6,10 @@ use Illuminate\Support\Str;
|
|||
use Illuminate\Validation\Rule;
|
||||
use Illuminate\Container\Container;
|
||||
use Illuminate\Contracts\Validation\Factory;
|
||||
use Pterodactyl\Models\Traits\WithImmutableDates;
|
||||
use Illuminate\Database\Eloquent\Model as IlluminateModel;
|
||||
|
||||
abstract class Model extends IlluminateModel
|
||||
{
|
||||
use WithImmutableDates;
|
||||
|
||||
/**
|
||||
* Set to true to return immutable Carbon date instances from the model.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue