Yannick Chenot
Yannick Chenot
Yes, same need here. Also not the first time I end up on this thread 😄 So much duplication going on in my OpenAPI definitions, at the moment.
The issue persists and is quite problematic. I am trying to use the Service Bus queues here, and as my company decided to use Azure extensively I also need to...
Hey! Thanks for this, I have now subscribed to the issue. I'm also following [this one](https://github.com/cebe/php-openapi/issues/101) from the package used by the OpenAPI PSR-7 Message Validator under the hood. I...
@K2ouMais not yet. I'm basically watching [this issue](https://github.com/cebe/php-openapi/issues/101) and will update the package as soon as it's merged and released
@philsturgeon no bandwidth for this at the moment I'm afraid
@zlodes we've got an entire codebase relying on this package and no plan to move to native enums just yet (will probably be a while before it becomes a priority,...
Hi, I think I've got the same issue: ``` ------ --------------------------------------------------------------------- Line Models/Contractor/Activity/TimeEntry.php ------ --------------------------------------------------------------------- 144 Call to an undefined method App\Casts\DateTimeUtc::diffInMinutes(). ------ --------------------------------------------------------------------- ``` Here's the cast: ```php
@lindyhopchris thanks for the quick response. I'm still experimenting with this and it looks like removing the `DATA` bit on the relationship (from the time entry resource's schema) kinda fixed...
I think I've figured it out. The confusion came from the fact that I can usually use the same method in both the adapter and the schema, e.g.: ```php //...
Awesome! Thanks for your help