Skip to content

Commit

Permalink
Merge pull request #74 from znframework/5.7
Browse files Browse the repository at this point in the history
5.7.7.1
  • Loading branch information
ozanuykun committed Jun 16, 2018
2 parents eb02c93 + a0f0eb5 commit e85596b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Internal/package-event-handler/Event.php
Expand Up @@ -24,7 +24,7 @@ class Event implements EventInterface
*
* @return bool
*/
public function run(String $eventName, Array $parameters = []) : Bool
public static function run(String $eventName, Array $parameters = []) : Bool
{
return Run::event($eventName, $parameters);
}
Expand Down
2 changes: 1 addition & 1 deletion Internal/package-event-handler/EventInterface.php
Expand Up @@ -19,7 +19,7 @@ interface EventInterface
*
* @return bool
*/
public function run(String $eventName, Array $parameters = []) : Bool;
public static function run(String $eventName, Array $parameters = []) : Bool;

/**
* Insert a listener.
Expand Down
2 changes: 1 addition & 1 deletion zeroneed.php
Expand Up @@ -30,4 +30,4 @@
|
*/

ZN\ZN::run('FE', '5.7.7', 'Vecihi Hürkuş');
ZN\ZN::run('FE', '5.7.7.1', 'Vecihi Hürkuş');

0 comments on commit e85596b

Please sign in to comment.