We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 020615f commit e368fccCopy full SHA for e368fcc
app/code/Magento/Theme/Model/Design/Backend/Exceptions.php
@@ -45,7 +45,7 @@ public function __construct(
45
\Magento\Framework\Model\ResourceModel\AbstractResource $resource = null,
46
\Magento\Framework\Data\Collection\AbstractDb $resourceCollection = null,
47
array $data = [],
48
- SecureUnserializer $secureUnserializer = null,
+ SecureUnserializer $secureUnserializer = null
49
) {
50
$this->_design = $design;
51
$this->secureUnserializer = $secureUnserializer ?:
0 commit comments