Browse Source

Merge pull request #86 from suralc/build-exception

Fix build command.
tags/2.0.0-beta
Alexander Makarov 12 years ago
parent
commit
6a631ac376
  1. 2
      build/build

2
build/build

@ -16,5 +16,5 @@ require(__DIR__ . '/../framework/yii.php');
$id = 'yiic-build';
$basePath = __DIR__;
$application = new yii\console\Application($id, $basePath);
$application = new yii\console\Application(array('id' => $id, 'basePath' => $basePath));
$application->run();

Loading…
Cancel
Save