mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 18:28:54 +00:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -72,7 +72,7 @@ class CartController extends BasePageController
|
||||
$ids = $id;
|
||||
}
|
||||
|
||||
if (!empty($ids) && UsersRelease::delCartByGuid($ids, $this->userdata->id)) {
|
||||
if (! empty($ids) && UsersRelease::delCartByGuid($ids, $this->userdata->id)) {
|
||||
return redirect('/cart/index');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user