mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Pull in latest laravel upstream updates
This commit is contained in:
parent
2d9e500ebe
commit
3d186815bc
2 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
7da6edf8c14772f14ff11616199fb16bd19909ae
|
7f06559971cd17f8675c2c4f9898da4a71e743dd
|
||||||
|
|
|
@ -35,10 +35,10 @@ class RouteServiceProvider extends ServiceProvider
|
||||||
*/
|
*/
|
||||||
public function map()
|
public function map()
|
||||||
{
|
{
|
||||||
$this->mapWebRoutes();
|
|
||||||
|
|
||||||
$this->mapApiRoutes();
|
$this->mapApiRoutes();
|
||||||
|
|
||||||
|
$this->mapWebRoutes();
|
||||||
|
|
||||||
//
|
//
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue