From 176f0862aaa4bb2206fa39ae17f271d4140662de Mon Sep 17 00:00:00 2001 From: Drazen Date: Wed, 28 Mar 2012 11:09:47 +0200 Subject: [PATCH] Updated upgrade guide, Blade is also needed in the aliases Signed-off-by: Drazen --- changes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changes.md b/changes.md index 9e5f3e02..df25ac79 100644 --- a/changes.md +++ b/changes.md @@ -62,6 +62,7 @@ ### Add alias for Eloquent in your application configuration. Add the following to the **aliases** array in your **application/config/application.php** file: 'Eloquent' => 'Laravel\\Database\\Eloquent\\Model', + 'Blade' => 'Laravel\\Blade', ### Update Eloquent many-to-many tables.