mirasvit / module-blog

Magento 2 Blog Extension
https://mirasvit.com/magento-2-extensions/blog.html
Open Software License 3.0
68 stars 48 forks source link

Latest version breaks bin/magento setup:di:compile #110

Closed ghost closed 6 years ago

ghost commented 6 years ago

diff --git a/vendor/mirasvit/module-blog/Model/Post/Attribute/Source/Status.php b/vendor/mirasvit/module-blog/Model/Post/Attribute/Source/Status.php index e8cebc2..bfc5c3f 100644 --- a/vendor/mirasvit/module-blog/Model/Post/Attribute/Source/Status.php +++ b/vendor/mirasvit/module-blog/Model/Post/Attribute/Source/Status.php @@ -4,8 +4,7 @@ namespace Mirasvit\Blog\Model\Post\Attribute\Source; use Magento\Eav\Model\Entity\Attribute\Source\AbstractSource; use Magento\Eav\Model\Entity\Attribute\Source\SourceInterface; use Magento\Framework\Data\OptionSourceInterface; -\Magento\Framework\Debug::backtrace(); -die(); + class Status extends AbstractSource implements SourceInterface, OptionSourceInterface { const STATUS_DRAFT = 0;

adrok commented 6 years ago

Issue was solved in version 1.0.24