Browse Source

Add new instance config

Daniel Supernault 6 năm trước cách đây
mục cha
commit
c402f75113
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      config/instance.php

+ 5 - 0
config/instance.php

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