Skip to content

Commit

Permalink
Improve the Nova\Routing\Route and Nova\Routing\Router
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyCyborg committed Apr 13, 2017
1 parent d5c7231 commit 1f95148
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Foundation/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Application extends Container implements HttpKernelInterface, TerminableIn
*
* @var string
*/
const VERSION = '3.77.25';
const VERSION = '3.77.26';

/**
* Indicates if the application has "booted".
Expand Down
1 change: 1 addition & 0 deletions src/Routing/Route.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
use Nova\Routing\Matching\SchemeValidator;
use Nova\Routing\RouteDependencyResolverTrait;

use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
use Symfony\Component\Routing\Route as SymfonyRoute;

use Closure;
Expand Down
1 change: 1 addition & 0 deletions src/Routing/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

use Symfony\Component\HttpFoundation\Request as SymfonyRequest;
use Symfony\Component\HttpFoundation\Response as SymfonyResponse;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
use Symfony\Component\HttpKernel\HttpKernelInterface;

use BadMethodCallException;
Expand Down

0 comments on commit 1f95148

Please sign in to comment.