ezimuel / zend-expressive-api

Web API skeleton using zend-expressive
59 stars 30 forks source link

Rename UserHandler to match file name #10

Closed Rockstar04 closed 6 years ago

Rockstar04 commented 6 years ago

ModifyUserHandler.php contained the class "UserHandler". This causes a warning with generating an authoritative classmap with Composer, and the factories already appear to reference the class name "ModifyUserHandler" even though it did not exist.

ezimuel commented 6 years ago

Thanks @Rockstar04