Pull in latest laravel upstream updates

This commit is contained in:
Kevin MacMartin 2016-09-06 12:01:36 -04:00
parent 2d9e500ebe
commit 3d186815bc
2 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
7da6edf8c14772f14ff11616199fb16bd19909ae
7f06559971cd17f8675c2c4f9898da4a71e743dd

View file

@ -35,10 +35,10 @@ class RouteServiceProvider extends ServiceProvider
*/
public function map()
{
$this->mapWebRoutes();
$this->mapApiRoutes();
$this->mapWebRoutes();
//
}