Lecturize / Laravel-Addresses

Simple address and contact management for Laravel.
MIT License
197 stars 39 forks source link

Error in Class AddStreetExtraToAddresses Class #11

Closed Artnforces closed 6 years ago

Artnforces commented 6 years ago

Actually, in the migration file Datetime_Add_Street_Extra_To_Addreses.php: The Classname is :

/**
 * Class AddStreetExtraToAddresses
 */
class AddStreetExtraToAddresses extends Migration
{

This generate an error when running the php artisan migrate command :

In Migrator.php line 418:

Class 'AddStreetExtraToAddressesTable' not found

By adding Table at the end of the name of the class resolve the problem class AddStreetExtraToAddressesTable

AlexanderPoellmann commented 6 years ago

Sorry, my bad. I've fixed that.