laravel-shift / blueprint

A code generation tool for Laravel developers.
MIT License
2.82k stars 270 forks source link

Fix #648 string interpolation for php8.2 #649

Closed impeto closed 9 months ago

impeto commented 9 months ago

All tests are green on php8.1 and 8.2. Let me know.

Thanks,

~impeto

jasonmccreary commented 9 months ago

Thanks, but the sprintf is overkill. Just need to move the $ inside the braces.