*/ protected $guarded = [ 'deleted_at', ]; /** * The attributes that should be cast. * * @var array */ protected $casts = [ 'created_at' => 'datetime', 'updated_at' => 'datetime', ]; }