We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f77dd0 commit 9864416Copy full SHA for 9864416
1 file changed
runway
@@ -111,6 +111,10 @@ $config = [];
111
112
// Pull from config.php file
113
if (file_exists($appConfigPath) === true) {
114
+
115
+ // Compensate for the lack of the $ds variable in some config files.
116
+ $ds = DIRECTORY_SEPARATOR;
117
118
// Prefer PHP app config for reads/writes
119
$config = require $appConfigPath;
120
$configDirectory = dirname($appConfigPath);
0 commit comments