gothinkster / slim-php-realworld-example-app

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

src/Conduit/Controllers/BaseController.php is not used #6

Closed thijsw closed 6 years ago

thijsw commented 6 years ago

I do not see it being used as a base class for any of the controllers, or am I missing something?

alhoqbani commented 6 years ago

You’re right. The plan was to have it as a base class for all other controllers to manage shared functionality, like validation for example.

However, I did not go through with this plan, and I left it there for future improvements.

chriscoderdr commented 6 years ago

So as of now it's dead code, why not extend it at least?