Skip to content

Commit 6fc2d95

Browse files
authored
fix(core): discovery location loading order (#663)
1 parent 5034d0a commit 6fc2d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tempest/Core/src/Kernel/LoadDiscoveryLocations.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ public function __invoke(): void
2525
[
2626
...$this->kernel->discoveryLocations,
2727
...$this->discoverCorePackages(),
28-
...$this->discoverAppNamespaces(),
2928
...$this->discoverVendorPackages(),
29+
...$this->discoverAppNamespaces(),
3030
];
3131
}
3232

0 commit comments

Comments
 (0)