twoFa = $twoFa; } public function schedule() { $this->daily('cleanupTwoFaCodesUsedRecently'); } public function cleanupTwoFaCodesUsedRecently() { $this->twoFa->cleanupTwoFaCodesUsedRecently(); } }