We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdcb4b6 commit fc130eaCopy full SHA for fc130ea
1 file changed
app/Console/Commands/excel/AppleEvents2024.php
@@ -7,14 +7,14 @@
7
use Illuminate\Support\Facades\Log;
8
use Maatwebsite\Excel\Facades\Excel;
9
10
-class AppleEvents extends Command
+class AppleEvents2024 extends Command
11
{
12
/**
13
* The name and signature of the console command.
14
*
15
* @var string
16
*/
17
- protected $signature = 'excel:apple';
+ protected $signature = 'excel:apple2024';
18
19
20
* The console command description.
@@ -42,7 +42,7 @@ public function handle(): void
42
43
Excel::import(
44
new AppleEventsImport(),
45
- 'Apple_events_code_week_2024_BATCH1.xlsx',
+ 'apple_2022-2.xlsx',
46
'excel'
47
);
48
}
0 commit comments