Rename OnceEvent to SimpleEvent, fix regression.

This commit is contained in:
2016-08-26 17:58:43 +02:00
parent 0ea3b934dd
commit 5b5023e696
2 changed files with 5 additions and 1 deletions

View File

@@ -33,4 +33,8 @@ Class SimpleEvent extends Event {
return $this->name;
}
public function getURL() {
}
}