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