Skip to content

Commit

Permalink
doc upd
Browse files Browse the repository at this point in the history
  • Loading branch information
loveorigami committed Sep 1, 2015
1 parent 214a24d commit 95f4c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/create_plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ more about `$eventSenderClassName` and `$eventName` you can be found on the info
/**
* handler method foo
*/
public function foo($event)
public static function foo($event)
{
$term = ($event->data['term']) ? $event->data['term'] : self::$config['term'];

Expand Down

0 comments on commit 95f4c02

Please sign in to comment.