diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/app.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/app.php b/config/app.php new file mode 100644 index 00000000..fe0a97c1 --- /dev/null +++ b/config/app.php @@ -0,0 +1,9 @@ +<?php + +// Application config + +return [ + // Service providers + 'providers' => [ + ], +]; |