Skip to content

Commit 553bb63

Browse files
author
Fredrick Peter
committed
update
1 parent e6d3988 commit 553bb63

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/helpers.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function TameFile()
1717
}
1818

1919

20-
if (! TameIsLaravelDetect() && ! function_exists('FileConfig')) {
20+
if (! function_exists('FileConfig')) {
2121
/**
2222
* Global Configuration
2323
*
@@ -29,7 +29,6 @@ function TameFile()
2929
*/
3030
function FileConfig($message = [], $config = [], $filterError = [])
3131
{
32-
// $File = new File();
3332
(new File)->globalConfig($message, $config, $filterError);
3433
}
3534
}

0 commit comments

Comments
 (0)