Skip to content

Commit

Permalink
fixed method access
Browse files Browse the repository at this point in the history
  • Loading branch information
moldcraft committed Feb 5, 2015
1 parent 3132b60 commit 37c02ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options/create-option-type.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To define a new option type, create a class that extends the base option type cl
class FW_Option_Type_New extends FW_Option_Type
{
protected function get_type()
public function get_type()
{
return 'new';
}
Expand Down

0 comments on commit 37c02ee

Please sign in to comment.