Feature Description
Hi, do you plan on making some adjustments to better support Mago tool? I've tried to use it along with helper code generated by Laravel Idea, but there was huge amount of issues/errors/warnings, e.g. relations type hints are like @property ProductsCollection|Product[] $variants and because of that Product[] Mago shows error when I'm using collection methods like $product->variants->pluck('id').
Feature Description
Hi, do you plan on making some adjustments to better support Mago tool? I've tried to use it along with helper code generated by Laravel Idea, but there was huge amount of issues/errors/warnings, e.g. relations type hints are like
@property ProductsCollection|Product[] $variantsand because of thatProduct[]Mago shows error when I'm using collection methods like$product->variants->pluck('id').