model = $job; $this->log = $log; } /** * */ public function handle() { $this->log->info('Override me please!'); } }