Anastasia
/
energyforum
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
3414412a809855ef7e3b4f7f9414970a82153dbe
Authored by
Anastasia
2018-08-31 14:15:59 +0300
1 parent
f13c7243
add primary to category, page1
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
common/models/page/CategoryLang.php
Inline
Side-by-side
common/models/page/CategoryLang.php
Wrap text
Show/Hide comments
View file @
3414412
...
...
@@ -25,7 +25,7 @@
25
25
public static function primaryKey()
26
26
{
27
27
return [
28
- '
category_id',
28
+ '
page_
category_id',
29
29
'language_id',
30
30
];
31
31
}
...
...