aboutsummaryrefslogtreecommitdiff
path: root/src/init.php
blob: 95ac8c2abe9236dfc630c23d4b960be774888140 (plain)
1
2
3
4
5
6
7
<?php
namespace phinde;
require_once __DIR__ . '/../vendor/autoload.php';
require_once __DIR__ . '/../src/phinde/Autoloader.php';
Autoloader::register();
require_once __DIR__ . '/../data/config.php';
?>