summaryrefslogtreecommitdiffstats
path: root/vendor.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor.inc.php')
-rw-r--r--vendor.inc.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor.inc.php b/vendor.inc.php
new file mode 100644
index 0000000..fe4eac3
--- /dev/null
+++ b/vendor.inc.php
@@ -0,0 +1,8 @@
+<?php
+
+// setup the autoloading
+require_once 'vendor/autoload.php';
+
+// setup Propel
+require_once 'generated-conf/config.php';
+?>