laravel / homestead

MIT License
3.86k stars 1.45k forks source link

Ensure php8.2-fpm service is properly enabled and restarted #1952

Closed PanisSupraOmnia closed 7 months ago

PanisSupraOmnia commented 7 months ago

It looks like these lines didn't get copied over from the previous PHP scripts when 8.3 was added; this should ensure that when PHP 8.2 is used, the correct php-fpm service gets enabled and restarted.

Edit: I didn't actually notice that an issue had been made until after I'd made this PR, as I ran into it on my own, but this should fix #1950.