Skip to content

Commit

Permalink
Merge pull request #70 from dhensby/patch-1
Browse files Browse the repository at this point in the history
FIX Setting `$only_available_in` to `private` visibility
  • Loading branch information
Michael Parkhill committed Oct 16, 2013
2 parents c8dcbf5 + cad7a65 commit 2c08c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/model/Widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Widget extends DataObject {
'Enabled' => true
);

public static $only_available_in = array();
private static $only_available_in = array();

/**
* @var array
Expand Down

0 comments on commit 2c08c17

Please sign in to comment.