-
-
Notifications
You must be signed in to change notification settings - Fork 946
Closed
Labels
Milestone
Description
When upgrading from 0.9 suddenly errors appear
/**
* @method \Spryker\Zed\ZedRequest\ZedRequestConfig getConfig()
*/
class Repeater implements RepeaterInterface
{
...
$result = $this->getConfig()->getYvesRequestRepeatDataFileName()results now in (wrong)
43 Call to an undefined method
Spryker\Zed\Kernel\AbstractBundleConfig::getYvesRequestRepeatDataFileName().
ZedRequestConfig extends AbstractBundleConfig, of course. Contains more methods, though.
Reactions are currently unavailable