|
@@ -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:
|
|
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.
|
|
### Update Eloquent many-to-many tables.
|
|
|
|
|