We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65119b7 + 20af378 commit 59891b5Copy full SHA for 59891b5
.gitignore
@@ -1,3 +1,4 @@
1
composer.lock
2
phpunit.xml
3
vendor
4
+.idea
classpreloader.php
@@ -17,5 +17,5 @@
17
require_once __DIR__.'/vendor/autoload.php';
18
}
19
20
-$application = new ClassPreloader\Application();
+$application = new ClassPreloader\Console\Application();
21
$application->run();
0 commit comments