Add note to upgrade guide.
This commit is contained in:
parent
0103a698d7
commit
509b43ba80
|
@ -8,3 +8,4 @@ ## Upgrading From 4.0 to 4.1
|
||||||
- Remove call to `redirectIfTrailingSlash` in `bootstrap/start.php` file.
|
- Remove call to `redirectIfTrailingSlash` in `bootstrap/start.php` file.
|
||||||
- Edit `app/config/app.php`; in `aliases` change `'Controller' => 'Illuminate\Routing\Controllers\Controller',`
|
- Edit `app/config/app.php`; in `aliases` change `'Controller' => 'Illuminate\Routing\Controllers\Controller',`
|
||||||
to use `Illuminate\Routing\Controller`
|
to use `Illuminate\Routing\Controller`
|
||||||
|
- If you are overriding missingMethod in your controllers, add $method as the first parameter.
|
Loading…
Reference in New Issue