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 465b751 commit 377e742Copy full SHA for 377e742
src/Ubiquity
@@ -48,7 +48,7 @@ class Ubiquity {
48
49
use CmdTrait;
50
51
- private static $version = '1.4.4';
+ private static $version = '1.4.6';
52
53
private static $appName = 'Ubiquity devtools';
54
@@ -355,8 +355,9 @@ class Ubiquity {
355
]);
356
if (Console::isYes($answer)) {
357
system("composer install");
358
- $config=self::getConfigArrayFromFile();
359
require_once ROOT . './../vendor/autoload.php';
+ $config=self::getConfigArrayFromFile();
360
+ \Ubiquity\controllers\Startup::setConfig($config);
361
$dir = getcwd();
362
// -------------Add themes----------------
363
foreach ($vendorCopies as $theme => $vCopies) {
0 commit comments