ad = $ad; } public function handle() { if (!$this->ad->slug && $this->ad->name) { $this->ad->update([ 'slug' => Str::slug($this->ad->name) ]); } } }