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