make(Illuminate\Contracts\Console\Kernel::class); $kernel->bootstrap(); // Cập nhật lại data cho tới tháng hiện tại $currentMonth = Carbon::now()->month; $tmpClass = $app->make('Modules\Admin\app\Http\Controllers\TicketController'); $tmpClass->updateOldData($currentMonth, 2025); // Params: month, year