Current File : /home/resuelf/www/wp-content/plugins/nitropack/classes/Integration/Hosting/PagelyCachePurge.php
<?php

namespace NitroPack\Integration\Hosting;

class PagelyCachePurge extends \PagelyCachePurge {
    public function __construct() {
        parent::__construct();
        $this->deferred = false;
    }
}