Compare View

switch
from
...
to
 
Commits (2)
common/models/page/CategoryLang.php
@@ -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 }