Adamo Crespi
Adamo Crespi
> Ok, I think I see the problem: `$this->addReference($ref, $user->object());` is required as this method requires a real Doctrine entity object - no way around this. The method `addReference()` itslef...
Did you find a solution to set the property?
It seems not implemented in the client. The documentation has a tutorial about how to add a lead via API: https://pipedrive.readme.io/docs/adding-a-lead But in the client library there is no trace...
I think I will do the same...
Any news on this?
@michanismus , did you solve this issue? @chrisguitarguy , I have the same problem. This is my configuration: ```yaml my_custom_area: path_patterns: [ ^/api/accounts ] default: path_patterns: [ ^/api ] host_patterns:...
Please, read here: https://github.com/nelmio/NelmioApiDocBundle/issues/2041 Areas are not supported by the integration with ApiPlatform.
> If it can help, we did fork it to make it PHP 8 compatible: https://github.com/ProtonMail/bitcoin-php The `composer.json` doesn't seem to be update to PHP8.0. What am I missing?
> > The composer.json doesn't seem to be update to PHP8.0. What am I missing? > > Here is the commit to make it PHP 8.0 compatible: [ProtonMail@b6ec4d2#diff-d2ab9925cad7eac58e0ff4cc0d251a937ecf49e4b6bf57f8b95aab76648a9d34](https://github.com/ProtonMail/bitcoin-php/commit/b6ec4d2b4c5fce8a7a1ee124e63c02248fa90c04#diff-d2ab9925cad7eac58e0ff4cc0d251a937ecf49e4b6bf57f8b95aab76648a9d34) Thank you!...
@SpacePossum I've wrote a first draft of the command I'd like to have: it simply compares builtin fixers with the ones actually configured. What do you think about? #3047