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.