From 0e6312d07676777a932d48fb661eba4a0d993a4d Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 27 Mar 2012 09:37:49 -0500 Subject: [PATCH] fix changelog. --- changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes.md b/changes.md index e40a3fdc..9e5f3e02 100644 --- a/changes.md +++ b/changes.md @@ -61,7 +61,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\\Eloquent', + 'Eloquent' => 'Laravel\\Database\\Eloquent\\Model', ### Update Eloquent many-to-many tables.