diff options
Diffstat (limited to 'vendor.inc.php')
| -rw-r--r-- | vendor.inc.php | 8 |
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'; +?> |
