From 7ddc587554a6b7601d7c4d814ae0ed7572ecd857 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 5 Nov 2013 12:20:16 -0600 Subject: [PATCH] Added code block. --- upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade.md b/upgrade.md index 21b00925..d068be3b 100644 --- a/upgrade.md +++ b/upgrade.md @@ -10,4 +10,4 @@ to use `Illuminate\Routing\Controller` - 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. +- If you are overriding `missingMethod` in your controllers, add $method as the first parameter.