coding styles
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user