1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-14 00:54:01 +02:00

code cleanups as suggested by @stof

This commit is contained in:
Matt Lehner
2012-04-20 13:25:38 -04:00
parent a497704d94
commit d95889a98d
3 changed files with 7 additions and 8 deletions

View File

@@ -9,5 +9,5 @@
* file that was distributed with this source code.
*/
require_once __DIR__ . "/../vendor/.composer/autoload.php";
require_once __DIR__ . "/../vendor/autoload.php";
require_once __DIR__.'/Monolog/TestCase.php';