Closed bankorh closed 1 year ago
Thanks for submitting a PR!
In order to review and merge PRs most efficiently, we require that all PRs grant maintainer edit access before we review them. For information on how to do this, see the relevant GitHub documentation. Additionally, GitHub doesn't allow maintainer permissions from organization accounts. Please resubmit this PR from a personal GitHub account with maintainer permissions enabled.
When running
php artisan vendor:publish --provider="Laravel\Pennant\PennantServiceProvider"
the migration has been published to the basedatabase/migrations
directory, and after that when we runphp artisan migrate
, both migration files will be ran and will get the same name error.