Merge pull request #3842 from spyric/develop

Remove removed routes file
This commit is contained in:
Graham Campbell 2016-07-30 17:42:21 -04:00 committed by GitHub
commit 9f9300442d
1 changed files with 0 additions and 3 deletions

View File

@ -16,9 +16,6 @@
<filter> <filter>
<whitelist processUncoveredFilesFromWhitelist="true"> <whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./app</directory> <directory suffix=".php">./app</directory>
<exclude>
<file>./app/Http/routes.php</file>
</exclude>
</whitelist> </whitelist>
</filter> </filter>
<php> <php>