Browse Source

Add note to upgrade guide.

Taylor Otwell 10 years ago
parent
commit
509b43ba80
1 changed files with 1 additions and 0 deletions
  1. 1 0
      upgrade.md

+ 1 - 0
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.