fix: git updater php version

This commit is contained in:
HDVinnie
2025-03-27 08:10:54 -04:00
committed by GitHub
parent 0a60f59c11
commit 4601a50913

View File

@@ -346,7 +346,7 @@ class GitUpdater extends Command
private function php(): void
{
$this->header('Restarting PHP');
$this->process('systemctl restart php8.3-fpm');
$this->process('systemctl restart php8.4-fpm');
$this->done();
}