mirror of
https://github.com/kmvan/x-prober.git
synced 2026-08-13 04:01:42 +08:00
8 lines
138 B
PHP
8 lines
138 B
PHP
<?php
|
|
|
|
namespace InnStudio\Make;
|
|
|
|
include __DIR__ . '/vendor/autoload.php';
|
|
|
|
new \InnStudio\Prober\Compiler\Compiler(__DIR__)->compile();
|