fraank / ViewCounter

view and like functionality for your laravel project
Apache License 2.0
16 stars 7 forks source link

Warning: Ambiguous class resolution after composer update #4

Open RANARISON opened 8 years ago

RANARISON commented 8 years ago

Warning: Ambiguous class resolution, "CreateCounterTable" was found in both "$baseDir . '/database/migrations/2015_02_15_060856_create_counter_table.php" and "C:\Serveur\www\mediatoday\vendor\fraank\view-counter\src\migrations\2015_02_15_060856_create_counter_table.php", the first will be used. Warning: Ambiguous class resolution, "CreateUserCounterTable" was found in both "$baseDir . '/database/migrations/2015_02_15_080328_create_user_counter_table.php" and "C:\Serveur\www\mediatoday\vendor\fraank\view-counter\src\migrations\2015_02_15_080328_create_user_counter_table.php", the first will be used.

Thanks for your help!

fraank commented 8 years ago

Due to it's a warning you can ignore it and it should work as expected. Anyway, this shouldn't happen. I think it's a problem of require migration files. I'll have a look at it soon.

RANARISON commented 8 years ago

the view count doesn't work anymore because of this the fact