argument('month'); $year = $this->argument('year'); AddMonthlyLeaveDays::dispatch($month, $year); } }