hasProperty('location')) { $locationProp = $reflection->getProperty('location'); $locationProp->setAccessible(true); $locationProp->setValue($install, __DIR__ . '/..'); } return $install; } // Normal case: Install class not yet loaded, load the NEW one require_once __DIR__ . '/src/Grav/Installer/Install.php'; return Grav\Installer\Install::instance();