File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ passed in under each field in your behavior configuration.
1111
1212- ``writer ``: Returns a WriterInterface class name.
1313
14- - Default: (string)
14+ - Default: (string)
1515 ``Josegonzalez\Upload\File\Writer\DefaultWriter ``
1616
1717- ``transformer ``: Returns a TransformerInterface class name. Can also be a PHP `callable `.
1818
19- - Default: (string)
19+ - Default: (string)
2020 ``Josegonzalez\Upload\File\Transformer\DefaultTransformer ``
2121
2222- ``path ``: A path relative to the ``filesystem.root ``.
@@ -57,12 +57,12 @@ passed in under each field in your behavior configuration.
5757
5858- ``filesystem ``: An array of configuration info for configuring the writer
5959
60- If using the DefaultWriter, the following options are available:
60+ If using the DefaultWriter, the following options are available:
6161
62- - Options:
62+ - Options:
6363
64- - ``filesystem.root ``: (default ``ROOT . DS ``) Directory where files should be written to by default
65- - ``filesystem.adapter ``: (default Local Flysystem Adapter) A Flysystem-compatible adapter. Can also be a callable that returns an adapter.
64+ - ``filesystem.root ``: (default ``ROOT . DS ``) Directory where files should be written to by default
65+ - ``filesystem.adapter ``: (default Local Flysystem Adapter) A Flysystem-compatible adapter. Can also be a callable that returns an adapter.
6666
6767- ``nameCallback ``: A callable that can be used by the default pathProcessor to rename a file. Only handles original file naming.
6868
You can’t perform that action at this time.
0 commit comments