added space after !
This commit is contained in:
parent
a2f2c650a4
commit
04fee503d8
|
|
@ -82,7 +82,7 @@ class Category extends TranslatableModel implements CategoryContract
|
|||
*/
|
||||
private function findInTree($categoryTree = null): Category
|
||||
{
|
||||
if (!$categoryTree) {
|
||||
if (! $categoryTree) {
|
||||
$rootCategoryId = core()->getCurrentChannel()->root_category_id;
|
||||
$categoryTree = app('Webkul\Category\Repositories\CategoryRepository')->getVisibleCategoryTree($rootCategoryId);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue