Zizaco / confide

Confide is a authentication solution for Laravel 4
1.19k stars 258 forks source link

Warning: Ambiguous class resolution, "ConfideSetupUsersTable" #553

Open troccoli opened 8 years ago

troccoli commented 8 years ago

Every time I run composer dumpautoload I get the following warning

Warning: Ambiguous class resolution, "ConfideSetupUsersTable" was found in both "$baseDir . '/app/database/migrations/2014_09_05_121646_confide_setup_users_table.php" and "/Users/giuliotroccoli/www/local.intranet.cityam.com/vendor/zizaco/confide/src/migrations/2013_01_13_172956_confide_setup_users_table.php", the first will be used.

The first script is the one I generated with php artisan confide:migration. The second is part of the confide package.

I know it's a warning but it's annoying to have everytime I run composer.

I'm using zizaco/confide 4.2