Sententiaregum / Sententiaregum

A social network based on Symfony3 and ReactJS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

write more getters in BaseController

Ma27 opened this issue · comments

for more readable controllers every handler should contain a getter in the abstract controller API

unnecessary when using a command bus as this will be the only necessary getter in the abstract API.