We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41724fa commit e260e54Copy full SHA for e260e54
1 file changed
framework/modules/twitter/models/Twitter.php
@@ -81,6 +81,9 @@ class Twitter
81
*/
82
protected $returnAsArray = true;
83
84
+ public $supports_revisions = false; // simple flag to turn on revisions/approval support for module
85
+ public $needs_approval = false; // flag for no approval authority
86
+
87
// class methods
88
/**
89
* Default constructor
0 commit comments