Commit d19a79ba authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #2400 from jamesmills/patch-1

Update upgrade.md
parents 509b43ba 4cb7482e
......@@ -8,4 +8,6 @@
- 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
- Edit `app/controllers/BaseController.php` change `use Illuminate\Routing\Controllers\Controller;` to `use Illuminate\Routing\Controller;
`
- If you are overriding missingMethod in your controllers, add $method as the first parameter.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment