Skip to content

Commit dc771c7

Browse files
committed
Remove RouteServiceProvider usage
1 parent 9f8f1ec commit dc771c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

routes/api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
|--------------------------------------------------------------------------
1616
|
1717
| Here is where you can register API routes for your application. These
18-
| routes are loaded by the RouteServiceProvider within a group which
18+
| routes are loaded within a group which
1919
| is assigned the "api" middleware group. Enjoy building your API!
2020
|
2121
*/

routes/web.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
|--------------------------------------------------------------------------
1414
|
1515
| Here is where you can register web routes for your application. These
16-
| routes are loaded by the RouteServiceProvider within a group which
16+
| routes are loaded within a group which
1717
| contains the "web" middleware group. Now create something great!
1818
|
1919
*/

0 commit comments

Comments
 (0)