Commit 1fbd7ee80f418d17d4839c7aca14e2213e2189f7

Authored by Administrator
2 parents 06b4c223 a0eda7e3

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 56 'updatedAtAttribute' => false,
57 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  
... ...