nathan-fiscaletti/synful

Override properties instead of initializing them

Closed this issue · 1 comments

In RequestHandlers we're using the constructor to initialize properties. Let's move this to overriding properties.

Completed in PR #63