diff options
author | FBeans <phil@pgburton.com> | 2022-05-21 19:07:32 +0100 |
---|---|---|
committer | FBeans <phil@pgburton.com> | 2022-05-21 19:07:32 +0100 |
commit | 02455892dac1d52914e5702fd8e895d5cee1f083 (patch) | |
tree | 5cbafc717c099ee42c32ee21270b569a55089261 /scripts/run.php | |
parent | 5832634b35b475f607f4c695ccad310ee2467e57 (diff) |
Diffstat (limited to 'scripts/run.php')
-rw-r--r-- | scripts/run.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/run.php b/scripts/run.php new file mode 100644 index 0000000..b17d3b4 --- /dev/null +++ b/scripts/run.php @@ -0,0 +1,7 @@ +<?php + +require __DIR__.'/../src/bootstrap.php'; + +use App\Main; + +$main = (new Main)->run(); |