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 187aad3 commit 22bbcfbCopy full SHA for 22bbcfb
config/config.php
@@ -38,7 +38,7 @@
38
// - `*.global.php`
39
// - `[FIB_ENV]/*.local.php`
40
new PhpFileProvider(
41
- realpath(__DIR__) . sprintf('/autoload/{*.global.php,%s/*.local.php}', getenv('FIB_ENV') ?? 'production'),
+ realpath(__DIR__) . sprintf('/autoload/{*.global.php,%s/*.local.php}', getenv('FIB_ENV') ?: 'production'),
42
),
43
], $cacheConfig['config_cache_path']);
44
0 commit comments