The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by TopviewDigital\Translati...per\Service\AsyncBroker: $id, $class, $relations
Loading history...
14
15
protected $service;
16
17
public function __construct($service)
18
{
19
$this->service = $service;
20
}
21
22
public function handle()
23
{
24
if (is_object($this->service) && method_exists($this->service, 'handle')) {