Skip to content

Commit 27d9d39

Browse files
authored
Merge pull request #17 from LFSoftware/wheatleyjj-patch-1
Update RouteServiceProvider.php
2 parents bc94fd3 + 1c4dedd commit 27d9d39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/LangleyFoxall/Modules/Template/Providers/RouteServiceProvider.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ protected function mapWebRoutes()
2929
{
3030
Route::middleware('web')
3131
->namespace($this->namespace)
32-
->group(__DIR__ . '/../routes/web.php');
32+
->group(__DIR__ . '/../Routes/web.php');
3333
}
3434

3535
protected function mapApiRoutes()
3636
{
3737
Route::prefix('api')
3838
->middleware('api')
3939
->namespace($this->namespace)
40-
->group(__DIR__ . '/../routes/api.php');
40+
->group(__DIR__ . '/../Routes/api.php');
4141
}
42-
}
42+
}

0 commit comments

Comments
 (0)