Skip to content

Commit 59891b5

Browse files
Merge pull request #1 from seyfer/master
Fix classpreloader bin tool
2 parents 65119b7 + 20af378 commit 59891b5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
composer.lock
22
phpunit.xml
33
vendor
4+
.idea

classpreloader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
require_once __DIR__.'/vendor/autoload.php';
1818
}
1919

20-
$application = new ClassPreloader\Application();
20+
$application = new ClassPreloader\Console\Application();
2121
$application->run();

0 commit comments

Comments
 (0)