Yarik
/
artbox-language
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
a87dfeae8516545bdc4b0e30fe80060786178c3e
Authored by
Administrator
2016-12-10 04:23:15 +0200
1 parent
8a735882
add variantSku
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
models/Language.php
Inline
Side-by-side
models/Language.php
Wrap text
Show/Hide comments
View file @
a87dfea
...
...
@@ -15,6 +15,7 @@
15
15
* @property boolean $default
16
16
* @property integer $created_at
17
17
* @property integer $updated_at
18
+ * @property integer $status
18
19
*/
19
20
class Language extends ActiveRecord
20
21
{
...
...