File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ public function applyConfig(Component $component): void
6363 $ component ->fileAttachmentsDisk ($ this ->fileAttachmentsDisk );
6464 }
6565 if (filled ($ this ->fileAttachmentsDirectory )) {
66- $ component ->fileAttachmentsDirectory ($ this ->fileAttachmentsDisk );
66+ $ component ->fileAttachmentsDirectory ($ this ->fileAttachmentsDirectory );
6767 }
6868 if (filled ($ this ->fileAttachmentsVisibility )) {
69- $ component ->fileAttachmentsVisibility ($ this ->fileAttachmentsDisk );
69+ $ component ->fileAttachmentsVisibility ($ this ->fileAttachmentsVisibility );
7070 }
7171 }
7272 }
Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ public function applyConfig(Component $component): void
6464 $ component ->fileAttachmentsDisk ($ this ->fileAttachmentsDisk );
6565 }
6666 if (filled ($ this ->fileAttachmentsDirectory )) {
67- $ component ->fileAttachmentsDirectory ($ this ->fileAttachmentsDisk );
67+ $ component ->fileAttachmentsDirectory ($ this ->fileAttachmentsDirectory );
6868 }
6969 if (filled ($ this ->fileAttachmentsVisibility )) {
70- $ component ->fileAttachmentsVisibility ($ this ->fileAttachmentsDisk );
70+ $ component ->fileAttachmentsVisibility ($ this ->fileAttachmentsVisibility );
7171 }
7272 }
7373 }
You can’t perform that action at this time.
0 commit comments