From 9283c5a12a5594c34e431e6024c1c7dfe178f67b Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 3 Sep 2022 18:33:09 +0200 Subject: [PATCH] fix missing Constant.php --- sources/patches/.gitignore | 2 ++ sources/patches/app-index-Constants.patch | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 sources/patches/.gitignore create mode 100644 sources/patches/app-index-Constants.patch diff --git a/sources/patches/.gitignore b/sources/patches/.gitignore new file mode 100644 index 0000000..783a4ae --- /dev/null +++ b/sources/patches/.gitignore @@ -0,0 +1,2 @@ +*~ +*.sw[op] diff --git a/sources/patches/app-index-Constants.patch b/sources/patches/app-index-Constants.patch new file mode 100644 index 0000000..5460338 --- /dev/null +++ b/sources/patches/app-index-Constants.patch @@ -0,0 +1,11 @@ +--- a/public/index.php ++++ b/public/index.php +@@ -34,7 +34,7 @@ + + $app = require_once __DIR__.'/../bootstrap/app.php'; + +-// require_once __DIR__.'/../app/Constants.php'; ++require_once __DIR__.'/../app/Constants.php'; + /* + |-------------------------------------------------------------------------- + | Run The Application