mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 09:18:54 +00:00
CS code fixes by pint
This commit is contained in:
@@ -24,10 +24,6 @@ class AdminCommentsController extends BasePageController
|
||||
$this->adminrender();
|
||||
}
|
||||
|
||||
/**
|
||||
* @param int $id
|
||||
* @return \Illuminate\Http\RedirectResponse
|
||||
*/
|
||||
public function destroy(int $id): \Illuminate\Http\RedirectResponse
|
||||
{
|
||||
if ($id) {
|
||||
|
||||
Reference in New Issue
Block a user