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