@@ -316,7 +316,7 @@ |
||
| 316 | 316 | $this->object()->addService( $service, $attributes ); |
| 317 | 317 | $basket->deleteService( $type ); |
| 318 | 318 | } |
| 319 | - catch( \Exception $e ) { ; } // Don't notify the user as appropriate services can be added automatically |
|
| 319 | + catch( \Exception $e ) {; } // Don't notify the user as appropriate services can be added automatically |
|
| 320 | 320 | } |
| 321 | 321 | } |
| 322 | 322 | |