diff --git a/src/FillCoordsJob.php b/src/FillCoordsJob.php index b195eee..826f491 100644 --- a/src/FillCoordsJob.php +++ b/src/FillCoordsJob.php @@ -15,16 +15,13 @@ class FillCoordsJob implements ShouldQueue use Queueable; use SerializesModels; - public Geolocatable $model; - /** * Create a new job instance. * * @return void */ - public function __construct(Geolocatable $model) + public function __construct(public Geolocatable $model) { - $this->model = $model; } /**