mirror of
https://github.com/flarum/core.git
synced 2025-10-18 18:26:07 +02:00
This allows me to override the handle() method in subclasses (where I need access to the request object) without having to overwrite run(), too. The class is still abstract.