@@ -66,7 +66,7 @@ |
||
| 66 | 66 | callable $after = null |
| 67 | 67 | ) { |
| 68 | 68 | $attachables = $this->attachableObjects(); |
| 69 | - $attachments = call_user_func_array([ $this, 'getAttachments' ], func_get_args()); |
|
| 69 | + $attachments = call_user_func_array([$this, 'getAttachments'], func_get_args()); |
|
| 70 | 70 | |
| 71 | 71 | foreach ($attachments as $attachment) { |
| 72 | 72 | if (isset($attachables[$attachment->objType()])) { |