mirror of
https://github.com/openvk/chandler.git
synced 2025-03-31 21:43:59 +03:00
5 lines
107 B
PHP
5 lines
107 B
PHP
<?php
|
|
|
|
declare(strict_types = 1);
|
|
$bootstrap = require("../chandler/Bootstrap.php");
|
|
$bootstrap->ignite();
|