You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($insulated && !class_exists(\Symfony\Component\Process\Process::class)) {
118
+
if ($insulated && !class_exists(Process::class)) {
118
119
thrownewLogicException('Unable to isolate requests as the Symfony Process Component is not installed. Try running "composer require symfony/process".');
0 commit comments