Fix backend code styling

This commit is contained in:
MakingCG
2021-07-22 15:28:36 +00:00
committed by GitHub Actions
parent fffede1c10
commit 7cb485fb43
50 changed files with 80 additions and 97 deletions

View File

@@ -13,7 +13,9 @@ class DumpTrashController extends Controller
public function __invoke(): Response
{
abort_if(
is_demo_account(Auth::user()->email), 204, 'Done!'
is_demo_account(Auth::user()->email),
204,
'Done!'
);
$user_id = Auth::id();