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.
2 parents 64d6db6 + f79eb5b commit 1638545Copy full SHA for 1638545
Sources/Config.php
@@ -256,21 +256,21 @@ class Config
256
/**
257
* @var string
258
*
259
- * Path to where our dependencies are located.
+ * Path to the Packages directory.
260
*/
261
- public static string $vendordir;
+ public static string $packagesdir;
262
263
264
- * Path to the Packages directory.
265
- *
266
+ *
+ * Path to where our dependencies are located.
267
268
- public static string $packagesdir;
+ public static string $vendordir;
269
270
271
272
273
+ * Path to the language directory.
274
275
public static string $languagesdir;
276
0 commit comments