summaryrefslogtreecommitdiffstats
path: root/vendor.inc.php
blob: fe4eac38fa8a8a0f8a1edb29e7c4294c094dafab (plain)
1
2
3
4
5
6
7
8
<?php

// setup the autoloading
require_once 'vendor/autoload.php';

// setup Propel
require_once 'generated-conf/config.php';
?>