skaesdorf
skaesdorf
Hi, this would be really heplful! I think the problem here is that the file type you register for *_mjml.blade.php has the mjml language associated with it. Therefore IntelliJ no...
Waiting for this aswell
True, but thats just the case for `BelongsTo`/`HasOne`. Other cases handled by `$related::destroy()` are fine since it queries the models. I commited the fix for `BelongsTo`/`HasOne`.
I think thats not possible for `HasOne` since the id of the related model id is unknown. The id at this point is just nested inside a where condition of...
I just stumbled across an edgecase pitfall of `destroy()` that maybe should be considered. `destroy()` itself is a static method, therefore only global scopes of the model may be respected....
@spawnia Any thoughts? I would like to solve this.
> How have others solved this issue for now, while waiting for this PR to be merged? You could create a custom build environment. https://aws.amazon.com/blogs/devops/extending-aws-codebuild-with-custom-build-environments/ Anyways, an official update would...