We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b1661 commit 28dbc87Copy full SHA for 28dbc87
src/Model/Behavior/UploadBehavior.php
@@ -206,7 +206,7 @@ public function getPathProcessor(
206
EntityInterface $entity,
207
string|UploadedFileInterface|null $data,
208
string $field,
209
- array $settings
+ array $settings,
210
): ProcessorInterface {
211
/** @var class-string<\Josegonzalez\Upload\File\Path\ProcessorInterface> $processorClass */
212
$processorClass = Hash::get($settings, 'pathProcessor', DefaultProcessor::class);
0 commit comments