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
Copy file name to clipboardExpand all lines: AbstractBrowser.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ public function getMaxRedirects(): int
118
118
publicfunctioninsulate(bool$insulated = true)
119
119
{
120
120
if ($insulated && !class_exists(\Symfony\Component\Process\Process::class)) {
121
-
thrownewLogicException('Unable to isolate requests as the Symfony Process Component is not installed.');
121
+
thrownewLogicException('Unable to isolate requests as the Symfony Process Component is not installed. Try running "composer require symfony/process".');
0 commit comments