Skip to content

Commit 057f28e

Browse files
author
JamesJohns
committed
Add missing app/ for new remove.php file.
1 parent deb2f83 commit 057f28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Replace your `artisan` file with [this fresh copy from the repository](https://g
1919

2020
Update your `aliases` and `providers` arrays in your `app/config/app.php` configuration file. The updated values for these arrays can be found [in this file](https://github.com/laravel/laravel/blob/master/app/config/app.php). Be sure to add your custom and package service providers / aliases back to the arrays.
2121

22-
Add the new `config/remote.php` file [from the repository](https://github.com/laravel/laravel/blob/master/app/config/remote.php).
22+
Add the new `app/config/remote.php` file [from the repository](https://github.com/laravel/laravel/blob/master/app/config/remote.php).
2323

2424
Add the new `expire_on_close` configuration option to your `app/config/session.php` file. The default value should be `false`.
2525

0 commit comments

Comments
 (0)