Skip to content

Commit

Permalink
Merge pull request #14 from koriym/patch
Browse files Browse the repository at this point in the history
Add missing @Inject annotation
  • Loading branch information
koriym authored Sep 11, 2018
2 parents 1825c45 + 7b1b8f2 commit dd673ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Provide/Router/AuraRouter.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
use BEAR\Sunday\Annotation\DefaultSchemeHost;
use BEAR\Sunday\Extension\Router\RouterInterface;
use BEAR\Sunday\Extension\Router\RouterMatch;
use Ray\Di\Di\Inject;
use Ray\Di\Di\Named;
use Zend\Diactoros\ServerRequest;

Expand Down Expand Up @@ -59,6 +60,7 @@ public function __construct(RouterContainer $routerContainer, HttpMethodParamsIn

/**
* @DefaultSchemeHost("schemeHost")
* @Inject
*/
public function setSchemaHost(string $schemeHost)
{
Expand Down

0 comments on commit dd673ef

Please sign in to comment.