Merge pull request #1867 from SevanNerse/master
module prefix should be converted with kebab instead of slug
This commit is contained in:
commit
57a99d3821
@ -163,7 +163,7 @@ class SearchString extends Component
|
||||
if (strpos($this->model, 'Modules') !== false) {
|
||||
$module_class = explode('\\', $this->model);
|
||||
|
||||
$url .= Str::slug($module_class[1], '-') . '::';
|
||||
$url .= Str::kebab($module_class[1]) . '::';
|
||||
}
|
||||
|
||||
if (strpos($column, '_id') !== false) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user