Skip to content

Commit

Permalink
[5.7] Adding RouteRegistrar mixin to Router (#26542)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc authored and taylorotwell committed Nov 16, 2018
1 parent f88917a commit 690424d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Illuminate/Routing/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
use Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory;
use Symfony\Component\HttpFoundation\Response as SymfonyResponse;

/**
* @mixin \Illuminate\Routing\RouteRegistrar
*/
class Router implements RegistrarContract, BindingRegistrar
{
use Macroable {
Expand Down

0 comments on commit 690424d

Please sign in to comment.