We want to regenerate slugs for places
This commit is contained in:
parent
c5c1d921a1
commit
2b005d7186
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ class Place extends Model
|
||||||
return [
|
return [
|
||||||
'slug' => [
|
'slug' => [
|
||||||
'source' => 'name',
|
'source' => 'name',
|
||||||
|
'onUpdate' => true,
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue