1
0
Fork 0

Add new instance config

This commit is contained in:
Daniel Supernault 2019-06-04 21:47:48 -06:00
parent 74ead1dc77
commit c402f75113
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 5 additions and 0 deletions

5
config/instance.php Normal file
View File

@ -0,0 +1,5 @@
<?php
return [
'email' => env('INSTANCE_CONTACT_EMAIL'),
];