Commit 8f798558 authored by Kirk Bushell's avatar Kirk Bushell

Route updated to ensure that the root Controller alias is called, rather than...

Route updated to ensure that the root Controller alias is called, rather than the one within its own namespace.
Signed-off-by: 's avatarKirk Bushell <torm3nt@gmail.com>
parent 58d6b112
<?php namespace Laravel\Routing; <?php namespace Laravel\Routing;
use Closure; use Closure;
use \Controller;
use Laravel\Str; use Laravel\Str;
use Laravel\URI; use Laravel\URI;
use Laravel\Bundle; use Laravel\Bundle;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment