app/Http/Livewire/Datatable.php: remove getRouteKeyProperty()
This commit is contained in:
parent
9879181779
commit
0d05f3adbe
1 changed files with 0 additions and 5 deletions
|
|
@ -189,9 +189,4 @@ class Datatable extends Component
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getRouteKeyProperty()
|
|
||||||
{
|
|
||||||
return Str::slug(get_class($this->model));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in a new issue