From 6b7ed9448589f20e62b841fe08f154a682beb1c9 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Wed, 29 Oct 2025 22:35:38 +0200 Subject: [PATCH] add app and container files --- bootstrap/app.php | 12 ++++++++++++ bootstrap/container.php | 7 +++++++ 2 files changed, 19 insertions(+) create mode 100644 bootstrap/app.php create mode 100644 bootstrap/container.php diff --git a/bootstrap/app.php b/bootstrap/app.php new file mode 100644 index 0000000..9b56f75 --- /dev/null +++ b/bootstrap/app.php @@ -0,0 +1,12 @@ + false]); + +return $app; diff --git a/bootstrap/container.php b/bootstrap/container.php new file mode 100644 index 0000000..79b88f4 --- /dev/null +++ b/bootstrap/container.php @@ -0,0 +1,7 @@ +