Skip to content

Commit e260e54

Browse files
committed
fix workflow warning that twitter models don't have workflow properties
1 parent 41724fa commit e260e54

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

framework/modules/twitter/models/Twitter.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ class Twitter
8181
*/
8282
protected $returnAsArray = true;
8383

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+
8487
// class methods
8588
/**
8689
* Default constructor

0 commit comments

Comments
 (0)