tenant = $tenant; } /** * Execute the job. */ public function handle(): void { Artisan::call('tenants:run', [ 'commandname' => 'lpc:initialize-route-permission', '--tenants' => [$this->tenant->getTenantKey()], ]); } }