refactor(shop_category): migrate admin module to Domain+DI with routing and ajax cleanup
This commit is contained in:
@@ -697,7 +697,7 @@ class ShopProduct
|
||||
$out .= ' - ';
|
||||
}
|
||||
|
||||
$out .= \admin\factory\ShopCategory::category_title($row['category_id']);
|
||||
$out .= ( new \Domain\Category\CategoryRepository( $mdb ) )->categoryTitle( (int) $row['category_id'] );
|
||||
|
||||
if (end($results) !== $row)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user