Merge branch 'develop'
This commit is contained in:
commit
3c8da4df93
|
@ -77,7 +77,7 @@ private static function load()
|
|||
|
||||
foreach ($recursiveIterator as $file)
|
||||
{
|
||||
if (filetype($file) === 'file')
|
||||
if (filetype($file) === 'file' and strpos($file, EXT) !== false)
|
||||
{
|
||||
$routes = array_merge(require $file, $routes);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue