Skip to content

Commit

Permalink
Merge pull request #19 from code-kobold/codekobold-cli-fix
Browse files Browse the repository at this point in the history
Remove self (not in class scope)
  • Loading branch information
mickaelandrieu committed Dec 10, 2015
2 parents c017e71 + 467aada commit e982ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certificationy.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
const VERSION = 1.4;
const APPLICATION_NAME = 'Certificationy';

$application = new Application(self::APPLICATION_NAME, self::VERSION);
$application = new Application(APPLICATION_NAME, VERSION);

$config = Yaml::parse(file_get_contents('config.yml'));
$updateCommand = new Command('self-update');
Expand Down

0 comments on commit e982ab9

Please sign in to comment.