Test Failed
Push — master ( 3b9b23...4cf4fc )
by Maximo
02: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