outl1ne / nova-notes-field

This Laravel Nova package adds a notes field to Nova's arsenal of fields.
MIT License
51 stars 36 forks source link

Fix missing semi-colon #1

Closed LorenzoSapora closed 4 years ago

LorenzoSapora commented 4 years ago

Just for the sake of completeness, and code replication

Tarpsvo commented 4 years ago

Technically, the semicolon doesn't belong there. The line of code is there just to show the signature of the function as well as the docs and is not part of an interface etc.