Commit 1fbd7ee80f418d17d4839c7aca14e2213e2189f7
Merge remote-tracking branch 'origin/master'
Showing
1 changed file
with
0 additions
and
6 deletions
Show diff stats
common/models/Team.php
@@ -56,12 +56,6 @@ | @@ -56,12 +56,6 @@ | ||
56 | 'updatedAtAttribute' => false, | 56 | 'updatedAtAttribute' => false, |
57 | 'value' => new Expression('NOW()'), | 57 | 'value' => new Expression('NOW()'), |
58 | ], | 58 | ], |
59 | - 'slug' => [ | ||
60 | - 'class' => 'common\behaviors\Slug', | ||
61 | - 'in_attribute' => 'name', | ||
62 | - 'out_attribute' => 'link', | ||
63 | - 'translit' => true | ||
64 | - ] | ||
65 | ]; | 59 | ]; |
66 | } | 60 | } |
67 | 61 |