Anastasia
/
energyforum
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Commits
Compare
Branches
2
Tags
0
Compare View
switch
from
...
to
Compare
Commits (2)
add primary to category, page1
3414412a
Anastasia
authored
2018-08-31 14:15:59 +0300
Browse Code »
Merge remote-tracking branch 'origin/master'
bb821de0
Anastasia
authored
2018-08-31 14:16:13 +0300
Browse Code »
Showing
1 changed file
Show diff stats
common/models/page/CategoryLang.php
Inline
Side-by-side
common/models/page/CategoryLang.php
Show/Hide comments
View file @
bb821de
@@ -25,7 +25,7 @@
@@ -25,7 +25,7 @@
25
public static function primaryKey()
25
public static function primaryKey()
26
{
26
{
27
return [
27
return [
28
- '
category_id',
28
+ '
page_
category_id',
29
'language_id',
29
'language_id',
30
];
30
];
31
}
31
}