*/ interface MiddlewareInterface { /** * Runs the middleware task. */ public function run(); }