Commit 3c8da4df by Taylor Otwell

Merge branch 'develop'

parents 4bb59dc6 29b98b2a
......@@ -77,7 +77,7 @@ class Finder {
foreach ($recursiveIterator as $file)
{
if (filetype($file) === 'file')
if (filetype($file) === 'file' and strpos($file, EXT) !== false)
{
$routes = array_merge(require $file, $routes);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment