@@ -122,7 +122,7 @@ |
||
122 | 122 | if ($shop->dataProvider) { |
123 | 123 | foreach ($shop->dataProvider->getModels() as $model) { |
124 | 124 | if (!($model instanceof YandexMarketOfferInterface)) { |
125 | - throw new InvalidConfigException("A model ". get_class($model) ." must implements " . YandexMarketOfferInterface::class); |
|
125 | + throw new InvalidConfigException("A model ".get_class($model)." must implements ".YandexMarketOfferInterface::class); |
|
126 | 126 | } |
127 | 127 | $shop->offers[] = $model->generateOffer(); |
128 | 128 | } |