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
1fbd7ee80f418d17d4839c7aca14e2213e2189f7
Authored by
Administrator
2016-03-09 10:21:53 +0200
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
Inline
Side-by-side
common/models/Team.php
Wrap text
Show/Hide comments
View file @
1fbd7ee
...
...
@@ -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
...
...