Skip to content

Commit bc63034

Browse files
committed
fix: patch up autoloading
1 parent 4179dd5 commit bc63034

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Sprout/App.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ public function autoloadCommands(string $path): void
8888
foreach ($commandFiles as $file) {
8989
if (pathinfo($file, PATHINFO_EXTENSION) === 'php') {
9090
$className = pathinfo($file, PATHINFO_FILENAME);
91-
9291
$fullClassName = trim("App\\Console\\$className", '\\');
9392

9493
if (class_exists($fullClassName)) {

0 commit comments

Comments
 (0)