1
0
Fork 0

app/Http/Livewire/Datatable.php: remove getRouteKeyProperty()

This commit is contained in:
Henrik Hautakoski 2022-01-24 22:59:13 +01:00
parent 9879181779
commit 0d05f3adbe

View file

@ -189,9 +189,4 @@ class Datatable extends Component
}
}
}
public function getRouteKeyProperty()
{
return Str::slug(get_class($this->model));
}
}