1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2025-01-05 20:48:28 +01:00
PHP-Parser/lib/bootstrap.php

4 lines
87 B
PHP
Raw Normal View History

<?php
require __DIR__ . '/PhpParser/Autoloader.php';
PhpParser\Autoloader::register();