Alex
Alex
Will try later. Also there is another related bug: new object of such Model fails ``` [2020-10-23 10:50:25] production.ERROR: invalid document for insert: keys cannot contain ".": "last_request.date" {"exception":"[object] (MongoDB\\Driver\\Exception\\InvalidArgumentException(code:...
@divine, question about local tests: readme says that all you need is to run "docker-compose up", but it doesn't work to me w/o 'command: sh -c "composer install --no-interaction &&...
Don't want to open separate issue: [Builder->drop](https://github.com/jenssegers/laravel-mongodb/blob/6aa6ad12b3b52eeab1d090f282c14123ffad1dc9/src/Query/Builder.php#L800) also doesn't support additional $options param for performUpdate(), like [Builder->update](https://github.com/jenssegers/laravel-mongodb/blob/6aa6ad12b3b52eeab1d090f282c14123ffad1dc9/src/Query/Builder.php#L596) for example, so we are unable to pass conditional option to remove some...