Skip to content

Commit 377e742

Browse files
committed
Update Ubiquity
1 parent 465b751 commit 377e742

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Ubiquity

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class Ubiquity {
4848

4949
use CmdTrait;
5050

51-
private static $version = '1.4.4';
51+
private static $version = '1.4.6';
5252

5353
private static $appName = 'Ubiquity devtools';
5454

@@ -355,8 +355,9 @@ class Ubiquity {
355355
]);
356356
if (Console::isYes($answer)) {
357357
system("composer install");
358-
$config=self::getConfigArrayFromFile();
359358
require_once ROOT . './../vendor/autoload.php';
359+
$config=self::getConfigArrayFromFile();
360+
\Ubiquity\controllers\Startup::setConfig($config);
360361
$dir = getcwd();
361362
// -------------Add themes----------------
362363
foreach ($vendorCopies as $theme => $vCopies) {

0 commit comments

Comments
 (0)