Skip to content

Commit d310c07

Browse files
authored
Merge pull request #163 from slowkow/patch-1
fix path to config/app.php
2 parents a6d581c + b011204 commit d310c07

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
@@ -247,7 +247,7 @@ Route::get('email-verification/check/{token}', 'Auth\RegisterController@getVerif
247247

248248
#### Overriding package routes
249249

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

252252
```PHP
253253
/*

0 commit comments

Comments
 (0)