Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Merge 20da9e7 into 049e20e
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Mar 15, 2018
2 parents 049e20e + 20da9e7 commit f8797a7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/AuraRouter.php
Expand Up @@ -14,6 +14,13 @@
use Aura\Router\Rule\Path as PathRule;
use Psr\Http\Message\ServerRequestInterface as Request;

use function array_key_exists;
use function array_merge;
use function array_reduce;
use function array_unique;
use function explode;
use function in_array;

/**
* Router implementation bridging the Aura.Router.
*
Expand Down

0 comments on commit f8797a7

Please sign in to comment.