Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit 967b01e

Browse files
committed
Remove documentation already in Readme
1 parent 7bf34ba commit 967b01e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/Console/Commands/BrowserScrape.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class BrowserScrape extends Command
3030
public function __construct()
3131
{
3232
parent::__construct();
33-
$capabilities = array( // See https://www.browserstack.com/docs/automate/capabilities
33+
$capabilities = array(
3434
"os" => "Windows",
3535
"os_version" => "11",
3636
"browser" => "Chrome",

storage/app/NewCrawler2025.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class NewCrawler2025 extends Command
3030
public function __construct()
3131
{
3232
parent::__construct();
33-
$capabilities = array( // See https://www.browserstack.com/docs/automate/capabilities
33+
$capabilities = array(
3434
"os" => "Windows",
3535
"os_version" => "11",
3636
"browser" => "Chrome",

0 commit comments

Comments
 (0)