Failed Conditions
Push — master ( c6c43f...4678b5 )
by Maximo
03:05
created

api/public/index.php (1 issue)

1
<?php
0 ignored issues
show
End of line character is invalid; expected "\n" but found "\r\n"
Loading history...
2
3
use Gewaer\Bootstrap\Api;
4
5 1
require_once __DIR__ . '/../../library/Core/autoload.php';
6
7 1
$bootstrap = new Api();
8
9 1
$bootstrap->setup();
10
$bootstrap->run();
11