Administrator
/
test_3
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
a0eda7e37a2dc83cfbc797e12b874f76f4705ad2
Authored by
Yarik
2016-03-09 10:03:10 +0200
1 parent
2d107e9e
test
Showing
1 changed file
with
0 additions
and
6 deletions
Show diff stats
common/models/Team.php
Inline
Side-by-side
common/models/Team.php
Wrap text
Show/Hide comments
View file @
a0eda7e
...
...
@@ -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
...
...