dotkernel / api

DotKernel's PSR-7 REST style API built around the Mezzio API skeleton.
https://docs.dotkernel.org/api-documentation/
MIT License
35 stars 5 forks source link

Invalid FQCN in migration #78

Closed alexmerlin closed 3 years ago

alexmerlin commented 3 years ago

Issue: Unable to run migrations due to an invalid use in file data/doctrine/migrations/Version20191007122229.php.

Fix: Replace: use Api\App\Common\UuidOrderedTimeGenerator; with use Api\App\Entity\UuidOrderedTimeGenerator;