coding styles

This commit is contained in:
ludo
2024-01-04 15:54:18 +01:00
parent 03027cde01
commit 90b0af5b2d
9 changed files with 13 additions and 24 deletions

View File

@@ -222,7 +222,7 @@ class Articles
{
$saleChannelId = $options['sale_channel_id'] ?? SaleChannels::getDefaultID();
$model = self::getModelByOptions($options);
return $model->withAvailableOffers($saleChannelId)->with([
'image',
'product',
@@ -308,7 +308,7 @@ class Articles
public static function getFull($id)
{
$data['article'] = self::getArticleEdit($id);
return self::getMeta($data);
}