You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: