fix tests

This commit is contained in:
Dennis Eichhorn 2024-04-25 01:22:32 +00:00
parent 4c2448cfc8
commit 732ae04ab7

View File

@ -1083,11 +1083,11 @@ final class ApiController extends Controller
/** /**
* Add Media to a collection and arbitrary model * Add Media to a collection and arbitrary model
* *
* @param int $account Request account * @param int $account Request account
* @param int[] $files Files to add * @param int[] $files Files to add
* @param null|int $rel Relation to model id * @param null|int $rel Relation to model id
* @param string $mapper Mapper to use for relation * @param string $mapper Mapper to use for relation
* @param string $field Field to use for relation * @param string $field Field to use for relation
* @param string $collectionPath Path of the collection the files should get added to * @param string $collectionPath Path of the collection the files should get added to
* *
* @return void * @return void