jonassiewertsen / statamic-livewire

A Laravel Livewire integration for Statamics antlers engine
83 stars 14 forks source link

Duplicate synthesizer keys? #40

Closed adevade closed 11 months ago

adevade commented 11 months ago

I was scanning through the code and noticed that both synths uses the same $key. Don't know if this matters?

https://github.com/jonassiewertsen/statamic-livewire/blob/9e5a4edbcc6c553c220e177dde42dc7b8d734a4b/src/Synthesizers/EntrySynthesizer.php#L9-L11

https://github.com/jonassiewertsen/statamic-livewire/blob/9e5a4edbcc6c553c220e177dde42dc7b8d734a4b/src/Synthesizers/EntryCollectionSynthesizer.php#L9-L11

jonassiewertsen commented 11 months ago

You're right. Thanks.

That's fixed now.