@@ -63,10 +63,10 @@ |
||
| 63 | 63 | } |
| 64 | 64 | $limit = $request->get('limit', 10); |
| 65 | 65 | |
| 66 | - if ((bool)$request->get('with-trash', false)) { |
|
| 66 | + if ((bool) $request->get('with-trash', false)) { |
|
| 67 | 67 | $interface->withTrash(); |
| 68 | 68 | } |
| 69 | - if ((bool)$request->get('only-trash', false)) { |
|
| 69 | + if ((bool) $request->get('only-trash', false)) { |
|
| 70 | 70 | $interface->trash(); |
| 71 | 71 | } |
| 72 | 72 | |