mirror of
https://github.com/flarum/core.git
synced 2025-07-25 10:41:24 +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.