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 66439b4 commit 465b751Copy full SHA for 465b751
src/Ubiquity
@@ -355,6 +355,7 @@ class Ubiquity {
355
]);
356
if (Console::isYes($answer)) {
357
system("composer install");
358
+ $config=self::getConfigArrayFromFile();
359
require_once ROOT . './../vendor/autoload.php';
360
$dir = getcwd();
361
// -------------Add themes----------------
0 commit comments