@@ -322,7 +322,7 @@ |
||
322 | 322 | $newBasket->addService( $service, $attributes ); |
323 | 323 | $basket->deleteService( $type ); |
324 | 324 | } |
325 | - catch( \Exception $e ) { ; } // Don't notify the user as appropriate services can be added automatically |
|
325 | + catch( \Exception $e ) {; } // Don't notify the user as appropriate services can be added automatically |
|
326 | 326 | } |
327 | 327 | } |
328 | 328 |