bootstrap.php 139 Bytes
Newer Older
jhon committed
1 2 3 4 5 6
<?php

if (!class_exists('PhpParser\Autoloader')) {
    require __DIR__ . '/PhpParser/Autoloader.php';
}
PhpParser\Autoloader::register();