From 9f2cf446b17627a71ec7015b1b276dbad06e4db5 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Sun, 15 Jul 2018 22:58:48 +0800 Subject: [PATCH] remove out-dated config file --- config/compile.php | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 config/compile.php diff --git a/config/compile.php b/config/compile.php deleted file mode 100644 index 04807eac..00000000 --- a/config/compile.php +++ /dev/null @@ -1,35 +0,0 @@ - [ - // - ], - - /* - |-------------------------------------------------------------------------- - | Compiled File Providers - |-------------------------------------------------------------------------- - | - | Here you may list service providers which define a "compiles" function - | that returns additional files that should be compiled, providing an - | easy way to get common files from any packages you are utilizing. - | - */ - - 'providers' => [ - // - ], - -];