Skip to content

Commit

Permalink
updated template
Browse files Browse the repository at this point in the history
  • Loading branch information
DavertMik committed Feb 21, 2014
1 parent f43e878 commit f34c0a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Runner.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class Runner {

const VERSION = '0.3.4';
const VERSION = '0.3.5';
const ROBOCLASS = 'RoboFile';
const ROBOFILE = 'RoboFile.php';

Expand Down Expand Up @@ -96,7 +96,7 @@ protected function createCommand($taskName)

protected function initRoboFile()
{
file_put_contents(self::ROBOFILE, "<?php\nclass Robofile\n{\n use Robo\\Output;\n // define public methods as commands\n}");
file_put_contents(self::ROBOFILE, "<?php\nclass Robofile extends \\Robo\\Tasks\n{\n // define public methods as commands\n}");
$this->output->writeln(self::ROBOFILE . " created");

}
Expand Down

0 comments on commit f34c0a3

Please sign in to comment.