We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b9cc2f commit a6a0636Copy full SHA for a6a0636
1 file changed
scraper.php
@@ -10,8 +10,8 @@
10
use BVP\Scraper\Scraper;
11
use Carbon\CarbonImmutable as Carbon;
12
13
-// コマンドライン引数からバージョンを取得(デフォルトは v2)
14
-$version = $argv[1] ?? 'v2';
+// コマンドライン引数からバージョンを取得(デフォルトは v3)
+$version = $argv[1] ?? 'v3';
15
16
// 本日の日付を東京時間で取得
17
$date = Carbon::today('Asia/Tokyo');
0 commit comments