Add support for immutable carbon dates in models
This commit is contained in:
parent
6d1226a0c1
commit
f51d65229b
20 changed files with 79 additions and 26 deletions
|
@ -15,7 +15,7 @@ use Illuminate\Notifications\Notifiable;
|
|||
* @property \Pterodactyl\Models\User $user
|
||||
* @property \Pterodactyl\Models\Server $server
|
||||
*/
|
||||
class Subuser extends Validable
|
||||
class Subuser extends Model
|
||||
{
|
||||
use Notifiable;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue