We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c017e71 + 467aada commit e982ab9Copy full SHA for e982ab9
1 file changed
certificationy.php
@@ -22,7 +22,7 @@
22
const VERSION = 1.4;
23
const APPLICATION_NAME = 'Certificationy';
24
25
-$application = new Application(self::APPLICATION_NAME, self::VERSION);
+$application = new Application(APPLICATION_NAME, VERSION);
26
27
$config = Yaml::parse(file_get_contents('config.yml'));
28
$updateCommand = new Command('self-update');
0 commit comments