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 [
|
||||
'slug' => [
|
||||
'source' => 'name',
|
||||
'onUpdate' => true,
|
||||
],
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue