Commit a0eda7e37a2dc83cfbc797e12b874f76f4705ad2

Authored by Yarik
1 parent 2d107e9e

test

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