We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d3988 commit 553bb63Copy full SHA for 553bb63
src/helpers.php
@@ -17,7 +17,7 @@ function TameFile()
17
}
18
19
20
-if (! TameIsLaravelDetect() && ! function_exists('FileConfig')) {
+if (! function_exists('FileConfig')) {
21
/**
22
* Global Configuration
23
*
@@ -29,7 +29,6 @@ function TameFile()
29
*/
30
function FileConfig($message = [], $config = [], $filterError = [])
31
{
32
- // $File = new File();
33
(new File)->globalConfig($message, $config, $filterError);
34
35
0 commit comments