Skip to content

Commit e982ab9

Browse files
Merge pull request #19 from code-kobold/codekobold-cli-fix
Remove self (not in class scope)
2 parents c017e71 + 467aada commit e982ab9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

certificationy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
const VERSION = 1.4;
2323
const APPLICATION_NAME = 'Certificationy';
2424

25-
$application = new Application(self::APPLICATION_NAME, self::VERSION);
25+
$application = new Application(APPLICATION_NAME, VERSION);
2626

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

0 commit comments

Comments
 (0)