Apply fixes from StyleCI
This commit is contained in:
@@ -447,7 +447,6 @@ class UnAuthController extends Controller
|
|||||||
return redirect()->back();
|
return redirect()->back();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public function close($id, Tickets $ticket)
|
public function close($id, Tickets $ticket)
|
||||||
{
|
{
|
||||||
$tickets = Tickets::where('id', '=', $id)->first();
|
$tickets = Tickets::where('id', '=', $id)->first();
|
||||||
|
Reference in New Issue
Block a user