hiqdev\assetpackagist\commands\AbstractPackageCommand::__wakeup PHP Method

__wakeup() public method

Reloads package on wake up to ensure it is up to date
public __wakeup ( )
    public function __wakeup()
    {
        $this->package->load();
        $this->packageRepository = Yii::createObject(PackageRepository::class);
    }