@@ -328,7 +328,7 @@ |
||
328 | 328 | $newBasket->addService( $service, $attributes, $position ); |
329 | 329 | $basket->deleteService( $type ); |
330 | 330 | } |
331 | - catch( \Exception $e ) { ; } // Don't notify the user as appropriate services can be added automatically |
|
331 | + catch( \Exception $e ) {; } // Don't notify the user as appropriate services can be added automatically |
|
332 | 332 | } |
333 | 333 | } |
334 | 334 |