Test Failed
Push — master ( baab8c...6507f4 )
by Maximo
01:50
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
require_once __DIR__ . '/../../library/Core/autoload.php';
6
7
$bootstrap = new Api();
8
9
$bootstrap->setup();
10
$bootstrap->run();
11