Radosław Mejer

Results 38 comments of Radosław Mejer

For me it's fine - I can do the same for other functions. It would be good to use the same format. Should we use PhpStorm stubs?

@ddziaduch looks nice. Is this supported by `phpcs`? We could automate code style validation.

> What to do, considering that we're trying to avoid that? I think this is a gotcha but we'd have to do by reference. The question is more general -...

@farshadfahimi could you show me an example of your usecase?

@farshadfahimi thanks for the example. I'll see what can be done, though please mind that I'm not actively maintaining this package. If you'd like to help with a PR, you're...

Thanks, @sirolad, for the suggestion. Cascading soft deletes look like something that could have a use case; however, I have some concerns about it. The cascading soft-deletes support brings another...

Thanks @dessonchan for this patch. Would it be possible to add a test case for this?

Hey, thanks for feedback! It's a longshot, but have you tried to use [pivotModel](https://adonisjs.com/docs/4.0/relationships#_pivotmodel)? You should create one and attach to it `@provider:Lucid/SoftDeletes` trait.

I'm not sure what you're trying to achieve. From the given code I don't see that you're using `SoftDeletes` trait. Also I'm not able to determine if you created a...

@lokendrajoshi54 thanks for the code example. Could you also post contents of `VehicleGpsdevice` model (at least `boot()` method of that model)? Thanks!