Skip to content

Commit 9ce1581

Browse files
committed
Change autoload path
1 parent 52f7cf7 commit 9ce1581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/php-bufflog/BuffLog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
namespace Buffer;
3-
require_once('../../vendor/autoload.php');
3+
require_once('vendor/autoload.php');
44

55
use Monolog\Logger;
66
use Monolog\Handler\StreamHandler as MonologStreamHandler;

0 commit comments

Comments
 (0)