Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Jun 7, 2015
1 parent 7b9a92b commit 0bca3e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion controllers/DefaultController.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function actionRun($goal)
public function actionGen($tpl, $file = null)
{
$gen = Yii::createObject([
'class' => 'hidev\goals\Template',
'class' => 'hidev\goals\TemplateGoal',
'template' => $tpl,
'file' => $file ?: (basename($tpl) . '.php'),
]);
Expand Down
2 changes: 0 additions & 2 deletions goals/ComposerJsonGoal.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

namespace hidev\goals;

use hiqdev\collection\Manager;

/**
* Goal for composer.json
*/
Expand Down

0 comments on commit 0bca3e0

Please sign in to comment.