authorizer = $authorizer; $this->header = $header; } public function run(Url $url) { $this->authorizer->logOutUser(); $this->header->location("/"); } }