@@ -24,7 +24,7 @@ |
||
| 24 | 24 | { |
| 25 | 25 | protected $targetDocument = Cv::class; |
| 26 | 26 | |
| 27 | - protected $filesProperties = [ 'attachments' ]; |
|
| 27 | + protected $filesProperties = ['attachments']; |
|
| 28 | 28 | |
| 29 | 29 | /** |
| 30 | 30 | * |
@@ -49,7 +49,7 @@ |
||
| 49 | 49 | |
| 50 | 50 | public function getSubscribedEvents() |
| 51 | 51 | { |
| 52 | - return [ Events::onFlush ]; |
|
| 52 | + return [Events::onFlush]; |
|
| 53 | 53 | } |
| 54 | 54 | |
| 55 | 55 | /** |