Pagekit\Installer\Package\PackageScripts::load PHP Method

load() protected method

protected load ( ) : array
return array
    protected function load()
    {
        if (!$this->file || !file_exists($this->file)) {
            return [];
        }
        return require $this->file;
    }