gothinkster / slim-php-realworld-example-app

Exemplary real world application built with Slim
https://realworld.io
427 stars 96 forks source link

[Issue-1] Update tag list while saving Article #2

Closed ertyagi closed 6 years ago

ertyagi commented 6 years ago

update method in ArticleController is not updating the tag list. This PR fixes that.

cc @alhoqbani

alhoqbani commented 6 years ago

Thank you for your contribution. We follow and adhere to the specifications of the RealWorld Api. The api specs for update article endpoint does not include updating the tags.

It might be a good idea to propose this change to the main repo to include updating tags to the update article endpoint.