Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2023-10-06 08:46:29 +00:00
parent 1f55ee5cd7
commit 25a7c798c9

View File

@@ -447,7 +447,6 @@ class UnAuthController extends Controller
return redirect()->back();
}
public function close($id, Tickets $ticket)
{
$tickets = Tickets::where('id', '=', $id)->first();