File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
app/code/Magento/Cms/Model/ResourceModel Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,13 @@ class Collection extends AbstractCollection
25
25
*/
26
26
protected $ _eventPrefix = 'cms_block_collection ' ;
27
27
28
+ /**
29
+ * Event object
30
+ *
31
+ * @var string
32
+ */
33
+ protected $ _eventObject = 'block_collection ' ;
34
+
28
35
/**
29
36
* Perform operations after collection load
30
37
*
Original file line number Diff line number Diff line change @@ -30,7 +30,14 @@ class Collection extends AbstractCollection
30
30
*
31
31
* @var string
32
32
*/
33
- protected $ _eventPrefix = 'cms_page_collection ' ;
33
+ protected $ _eventPrefix = 'page_collection ' ;
34
+
35
+ /**
36
+ * Event object
37
+ *
38
+ * @var string
39
+ */
40
+ protected $ _eventObject = 'order_item_collection ' ;
34
41
35
42
/**
36
43
* Define resource model
You can’t perform that action at this time.
0 commit comments