Files
intranet/bootstrap/autoload.php

6 lines
147 B
PHP
Raw Permalink Normal View History

2020-12-01 17:23:13 -03:00
<?php
include_once dirname(__DIR__) . '/vendor/autoload.php';
include_once 'errors.php';
include_once 'database.php';
include_once 'routes.php';
?>