From 509b43ba80e467128ef120a6a2b9548a48bd6adf Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 2 Nov 2013 19:46:46 -0500 Subject: [PATCH] Add note to upgrade guide. --- upgrade.md | 1 + 1 file changed, 1 insertion(+) diff --git a/upgrade.md b/upgrade.md index 0b4d3728..139a266b 100644 --- a/upgrade.md +++ b/upgrade.md @@ -8,3 +8,4 @@ - Remove call to `redirectIfTrailingSlash` in `bootstrap/start.php` file. - Edit `app/config/app.php`; in `aliases` change `'Controller' => 'Illuminate\Routing\Controllers\Controller',` to use `Illuminate\Routing\Controller` +- If you are overriding missingMethod in your controllers, add $method as the first parameter. \ No newline at end of file