Skip to content

Commit

Permalink
IHF: Autoloading pattern changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Jun 17, 2016
1 parent b2c3592 commit 5d3e659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autoload.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

$files = glob(__DIR__ . '/*');
$files = glob(__DIR__ . '/*.php');
foreach ($files as $file) {
require_once $file;
}

0 comments on commit 5d3e659

Please sign in to comment.