Fixed coding style
This commit is contained in:
parent
f4198b2ad7
commit
9005f26c50
|
|
@ -91,7 +91,7 @@ class Category extends TranslatableModel implements CategoryContract
|
||||||
$query->orderBy('sort_order');
|
$query->orderBy('sort_order');
|
||||||
},
|
},
|
||||||
'translations',
|
'translations',
|
||||||
'options.translations'
|
'options.translations',
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue