Skip to content

Commit

Permalink
fix get version
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Jul 8, 2016
1 parent e853ab0 commit 5749c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/get-version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
$containerFile = strstr($autoloadFile, 'autoload.php', true) . '../container.php';
$container = require_once($containerFile);

PSX\Bootstrap::setupEnvironment($container->get('config'));
PSX\Framework\Bootstrap::setupEnvironment($container->get('config'));

echo Fusio\Impl\Base::getVersion();

0 comments on commit 5749c88

Please sign in to comment.