File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- main
7
+ - ' 3.0'
7
8
pull_request :
8
9
jobs :
9
10
call-workflow :
Original file line number Diff line number Diff line change 14
14
__FILE__ ,
15
15
]);
16
16
17
- $ containerConfigurator ->import (SetList::CRAFT_CMS_3 );
17
+ $ containerConfigurator ->import (SetList::CRAFT_CMS_4 );
18
18
};
Original file line number Diff line number Diff line change 52
52
*/
53
53
class Plugin extends \craft \base \Plugin
54
54
{
55
- const STATUS_PENDING = 'pending ' ;
56
- const STATUS_REQUESTED = 'requested ' ;
57
- const STATUS_DONE = 'done ' ;
55
+ public const STATUS_PENDING = 'pending ' ;
56
+ public const STATUS_REQUESTED = 'requested ' ;
57
+ public const STATUS_DONE = 'done ' ;
58
58
59
59
/**
60
60
* @event RegisterComponentTypesEvent The event that is triggered when registering filter types.
@@ -77,7 +77,7 @@ class Plugin extends \craft\base\Plugin
77
77
* ```
78
78
* @since 2.1.0
79
79
*/
80
- const EVENT_REGISTER_FILTER_TYPES = 'registerFilterTypes ' ;
80
+ public const EVENT_REGISTER_FILTER_TYPES = 'registerFilterTypes ' ;
81
81
82
82
/**
83
83
* @inheritdoc
You can’t perform that action at this time.
0 commit comments