Lint
This commit is contained in:
parent
41f05211da
commit
255a7819f5
|
@ -15,16 +15,13 @@ class FillCoordsJob implements ShouldQueue
|
||||||
use Queueable;
|
use Queueable;
|
||||||
use SerializesModels;
|
use SerializesModels;
|
||||||
|
|
||||||
public Geolocatable $model;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new job instance.
|
* Create a new job instance.
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function __construct(Geolocatable $model)
|
public function __construct(public Geolocatable $model)
|
||||||
{
|
{
|
||||||
$this->model = $model;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue