Browse Source

fix changelog.

Taylor Otwell 12 years ago
parent
commit
0e6312d076
1 changed files with 1 additions and 1 deletions
  1. 1 1
      changes.md

+ 1 - 1
changes.md

@@ -61,7 +61,7 @@ If you have created indexes on tables using the Laravel migration system and you
 
 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.