From c402f751138f0f05346351af3fb88bc3afd0851e Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 4 Jun 2019 21:47:48 -0600 Subject: [PATCH] Add new instance config --- config/instance.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config/instance.php diff --git a/config/instance.php b/config/instance.php new file mode 100644 index 000000000..53d6242c7 --- /dev/null +++ b/config/instance.php @@ -0,0 +1,5 @@ + env('INSTANCE_CONTACT_EMAIL'), +]; \ No newline at end of file