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