Skip to content

Commit 6d426e4

Browse files
committed
Whoops, remove this too
1 parent 5f42325 commit 6d426e4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/Models/Model.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,10 @@
66
use Illuminate\Validation\Rule;
77
use Illuminate\Container\Container;
88
use Illuminate\Contracts\Validation\Factory;
9-
use Pterodactyl\Models\Traits\WithImmutableDates;
109
use Illuminate\Database\Eloquent\Model as IlluminateModel;
1110

1211
abstract class Model extends IlluminateModel
1312
{
14-
use WithImmutableDates;
15-
1613
/**
1714
* Set to true to return immutable Carbon date instances from the model.
1815
*

0 commit comments

Comments
 (0)