TiagoSilvaPereira / vemto2-issues

Repository to track Vemto 2 Issues
5 stars 0 forks source link

Model conflicts when using pint #40

Open chris-mackie opened 5 months ago

chris-mackie commented 5 months ago

I'm using Laravel Pint to reformat/restructure code on save and when updating models in vemto theres always conflicts as the order of the use HasTeams etc even when i try to solve manually or accept the generated version as Pint reformats it again before i can save the changes.

Screenshot 2024-03-20 at 19 33 01
TiagoSilvaPereira commented 5 months ago

@chris-mackie thanks for reporting

TiagoSilvaPereira commented 1 month ago

@chris-mackie Sorry for the long wait; I'm finally investigating this issue. Is your Pint binary configured to run with npm run dev or something like that? Maybe you are using an Editor extension to run it?

I tried to reproduce this issue but failed.

TiagoSilvaPereira commented 2 weeks ago

Hi @chris-mackie could you please check if this issue is still happening?