Skip to content

Commit b011204

Browse files
authored
fix path to config/app.php
1 parent 0b2c670 commit b011204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Route::get('email-verification/check/{token}', 'Auth\RegisterController@getVerif
246246

247247
#### Overriding package routes
248248

249-
To define your own custom routes, put the package service provider call before the `RouteServiceProvider` call in the `app/config.php` file.
249+
To define your own custom routes, put the package service provider call before the `RouteServiceProvider` call in the `config/app.php` file.
250250

251251
```PHP
252252
/*

0 commit comments

Comments
 (0)