Added league/event and implemented SessionOwnerEvent

This commit is contained in:
Alex Bilbie
2014-07-11 15:13:28 +01:00
parent 33c68a2103
commit 954f29f879
6 changed files with 91 additions and 1 deletions

View File

@@ -66,6 +66,8 @@ class ResourceServer extends AbstractServer
// Set Bearer as the default token type
$this->setTokenType(new Bearer);
parent::__construct();
return $this;
}