folder = $folder; } /** * Execute the job. * * @return void */ public function handle() { $this->folder->updateCountersNow(); } }