Apply fixes from StyleCI
This commit is contained in:

committed by
StyleCI Bot

parent
02b4b42363
commit
1fb97a7e1d
@@ -1042,6 +1042,7 @@ class FilterController extends Controller
|
|||||||
}
|
}
|
||||||
$tz = explode(')', substr($location, stripos($location, 'T')
|
$tz = explode(')', substr($location, stripos($location, 'T')
|
||||||
+ 1));
|
+ 1));
|
||||||
|
|
||||||
return $tz[0];
|
return $tz[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -2788,7 +2788,7 @@ class TicketController extends Controller
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
->make();
|
->make();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user