Files
oficial/bootstrap/autoload.php

6 lines
147 B
PHP
Raw Normal View History

2021-03-25 21:11:12 -03:00
<?php
include_once dirname(__DIR__) . '/vendor/autoload.php';
include_once 'errors.php';
include_once 'database.php';
include_once 'routes.php';
?>