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 78002c7 commit 7ef7decCopy full SHA for 7ef7dec
Model/ResourceModel/Category/Collection.php
@@ -13,6 +13,16 @@
13
*/
14
class Collection extends \Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection
15
{
16
+ /**
17
+ * @inheritDoc
18
+ */
19
+ protected $_eventPrefix = 'mfblog_category_collection';
20
+
21
22
23
24
+ protected $_eventObject = 'blog_category_collection';
25
26
/**
27
* @inheritDoc
28
0 commit comments