Skip to content

Commit b9b6572

Browse files
committed
Merge branch 'master' of github.com:Modelizer/Laravel-Selenium
2 parents 5368d33 + 495e576 commit b9b6572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/BootSelenium.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function getSeleniumDefaultCommand()
6262
return [
6363
'java',
6464
$this->getWebDriver(env('DEFAULT_BROWSER', $this->argument('driver'))),
65-
'-jar '.$this->getSeleniumServerQualifiedName()
65+
'-jar '.$this->getSeleniumServerQualifiedName(),
6666
];
6767
}
6868

0 commit comments

Comments
 (0)