diff options
Diffstat (limited to 'bootstrap.php')
-rw-r--r-- | bootstrap.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap.php b/bootstrap.php new file mode 100644 index 0000000..b696801 --- /dev/null +++ b/bootstrap.php @@ -0,0 +1,3 @@ +<?php + +require('vendor/autoload.php'); |