This commit is contained in:
2025-04-25 22:30:43 -04:00
parent d5167074a0
commit b7f44666d5
6 changed files with 67 additions and 66 deletions

View File

@@ -22,7 +22,6 @@ use Siteworx\Config\Exception\UnsupportedFormatException;
*/
class Config extends Facade
{
protected static $cached = false;
@@ -41,7 +40,6 @@ class Config extends Facade
}
} catch (BindingResolutionException) {
}
}
return \Siteworx\Config\Config::load(__DIR__ . '/../../config.php');