antonymous
antonymous
I get this error when `select-enable-clipboard` is non-nil.
> Phpstan is failing @antonymous. Fixed. > And what if the class is not a document ? > > IMHO, the `getRealClass` method should work with everyclass > > ```...
@VincentLanglet I guess I just fail to see for Sonata Admin the value of ProxyResolverInterface as a contract separate from ModelManagerInterface. Anyway, I added the test and the code needed...
@VincentLanglet Done.
Here's how to tell Redis to use your own config file: ``` # docker-compose.yml services: redis: command: ["redis-server", "/usr/local/etc/redis/redis.conf"] volumes: - ./etc/redis.conf:/usr/local/etc/redis/redis.conf ``` Also since Redis URL is used from...
+1 But the code works under Docker against sendgrid-mock, so it has to be a configuration problem.