From c87fec83d4095512b51a7470776be843ccca570e Mon Sep 17 00:00:00 2001 From: jason-napolitano Date: Wed, 24 Jul 2019 17:06:41 -0700 Subject: [PATCH] Added app/Common.php A commit that will hopefully help with this topic: https://github.com/codeigniter4/CodeIgniter4/issues/2101 Signed-off-by: jason-napolitano --- app/Common.php | 9 +++++++++ system/bootstrap.php | 6 ++++++ 2 files changed, 15 insertions(+) create mode 100644 app/Common.php diff --git a/app/Common.php b/app/Common.php new file mode 100644 index 000000000000..885baacb3a00 --- /dev/null +++ b/app/Common.php @@ -0,0 +1,9 @@ +