File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 38
38
*/
39
39
class Plugin extends \craft \base \Plugin
40
40
{
41
- // Constants
42
- // =========================================================================
43
-
44
41
const STATUS_PENDING = 'pending ' ;
45
42
const STATUS_REQUESTED = 'requested ' ;
46
43
const STATUS_DONE = 'done ' ;
@@ -68,9 +65,6 @@ class Plugin extends \craft\base\Plugin
68
65
*/
69
66
const EVENT_REGISTER_FILTER_TYPES = 'registerFilterTypes ' ;
70
67
71
- // Properties
72
- // =========================================================================
73
-
74
68
/**
75
69
* @inheritdoc
76
70
*/
@@ -81,9 +75,6 @@ class Plugin extends \craft\base\Plugin
81
75
*/
82
76
public $ schemaVersion = '2.2.0 ' ;
83
77
84
- // Public Methods
85
- // =========================================================================
86
-
87
78
/**
88
79
* @inheritdoc
89
80
*/
You can’t perform that action at this time.
0 commit comments