tenant = $tenant; } /** * Execute the job. * * @return void */ public function handle() { (new RemoveStorageSymlinksAction)($this->tenant); } }