Skip to content

Commit 5d3e659

Browse files
committed
IHF: Autoloading pattern changed.
1 parent b2c3592 commit 5d3e659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/autoload.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
$files = glob(__DIR__ . '/*');
3+
$files = glob(__DIR__ . '/*.php');
44
foreach ($files as $file) {
55
require_once $file;
66
}

0 commit comments

Comments
 (0)