Pavel Bychko
Pavel Bychko
> Update migration to nullableMorphs('auditable') however this results in null values being recorded for old_values. Instead, you can add auto-incrementing primary key and `public $incrementing = true;` on pivot
> > > @abordage Привет, какая версия? 2.0.13
Hi, @paras-malhotra. Thanks for your solution. In laravel-mix 6 (webpack 5) hashing changed [from md5 to md4](https://github.com/webpack/loader-utils/blob/master/CHANGELOG.md#200-2020-03-17)
Version 5.6.2.221. Still not working.
Solution based on https://github.com/symplify/vendor-patches: 1. install [symplify/vendor-patches](https://github.com/symplify/vendor-patches) 1. update `config/openapi.php` ```php 'security' => [ [ 'BearerToken' => [] ], ], ``` 2. copy `vendor/goldspecdigital/oooas/src/OpenApi.php` to `vendor/goldspecdigital/oooas/src/OpenApi.php.old` and update `security` method...
Hi, @Skinka! Thanks for the report. Unfortunately I won't be able to check it out anytime soon. If you figure it out on your own I'll be happy to accept...