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.
1 parent 8f13c74 commit 6015cb3Copy full SHA for 6015cb3
src/Loader/CollectableFileLoader.php
@@ -72,7 +72,6 @@ public function attach($resource) : void
72
{
73
if (is_dir($resource)) {
74
$resources = glob($resource . '/*.php');
75
-
76
foreach ($resources as $resource) {
77
$this->resources[] = $resource;
78
}
0 commit comments