(Refactoring) Announce Controller: add new method for response "torrentClient".

This commit is contained in:
Viktor Mazur
2020-04-25 15:42:34 +03:00
parent e2f18f0c03
commit f1b49c879c
@@ -19,4 +19,4 @@ class ResponseMacroServiceProvider extends ServiceProvider
return Response::make(Bencode::bencode($message))->withHeaders(['Content-Type' => 'text/plain']);
});
}
}
}