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

Merge pull request #232 from adlawson/fix-bootstrap

Small fix to test bootstrap
This commit is contained in:
Jordi Boggiano
2013-09-17 06:00:00 -07:00

View File

@@ -9,5 +9,5 @@
* file that was distributed with this source code.
*/
$loader = require_once __DIR__ . "/../vendor/autoload.php";
$loader = require __DIR__ . "/../vendor/autoload.php";
$loader->add('Monolog\\', __DIR__);