Skip to content

Commit fc130ea

Browse files
committed
apple events updates
1 parent fdcb4b6 commit fc130ea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/Console/Commands/excel/AppleEvents2024.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
use Illuminate\Support\Facades\Log;
88
use Maatwebsite\Excel\Facades\Excel;
99

10-
class AppleEvents extends Command
10+
class AppleEvents2024 extends Command
1111
{
1212
/**
1313
* The name and signature of the console command.
1414
*
1515
* @var string
1616
*/
17-
protected $signature = 'excel:apple';
17+
protected $signature = 'excel:apple2024';
1818

1919
/**
2020
* The console command description.
@@ -42,7 +42,7 @@ public function handle(): void
4242

4343
Excel::import(
4444
new AppleEventsImport(),
45-
'Apple_events_code_week_2024_BATCH1.xlsx',
45+
'apple_2022-2.xlsx',
4646
'excel'
4747
);
4848
}

0 commit comments

Comments
 (0)