*/ protected $fillable = [ 'ip', 'sdate', 'uuname', ]; /** * Get the attributes that should be cast. * * @return array */ protected function casts(): array { return [ 'sdate' => 'datetime', ]; } }