Skip to content

Commit

Permalink
Update Ubiquity
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheron committed Jan 2, 2023
1 parent 465b751 commit 377e742
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Ubiquity
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Ubiquity {

use CmdTrait;

private static $version = '1.4.4';
private static $version = '1.4.6';

private static $appName = 'Ubiquity devtools';

Expand Down Expand Up @@ -355,8 +355,9 @@ class Ubiquity {
]);
if (Console::isYes($answer)) {
system("composer install");
$config=self::getConfigArrayFromFile();
require_once ROOT . './../vendor/autoload.php';
$config=self::getConfigArrayFromFile();
\Ubiquity\controllers\Startup::setConfig($config);
$dir = getcwd();
// -------------Add themes----------------
foreach ($vendorCopies as $theme => $vCopies) {
Expand Down

0 comments on commit 377e742

Please sign in to comment.