Apply Pint fixes

This commit is contained in:
Bubka
2024-03-29 09:42:54 +01:00
parent ca903b6fc0
commit 49fddfd331
24 changed files with 108 additions and 121 deletions

View File

@ -109,6 +109,4 @@ class SystemController extends Controller
return response()->json(['exit-code' => $exitCode], 200);
}
}