Skip to content

Commit a13b7cf

Browse files
committed
typo
1 parent d4021aa commit a13b7cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Console/StatusCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ private function getProjectClasses(): array
9696
require_once $file;
9797
} catch (\Exception $e) {
9898
//skiping if the file cannot be loaded
99-
}
100-
catch (\Throwable $e) {
99+
} catch (\Throwable $e) {
101100
//skiping if the file cannot be loaded
102101
}
102+
}
103103

104104
self::$declaredClasses = get_declared_classes();
105105
}

0 commit comments

Comments
 (0)