Replace Separator constant

pull/1288/head
Philipp 2022-10-17 22:39:10 +02:00
parent 101a22c0cd
commit 2e854ee108
No known key found for this signature in database
GPG Key ID: 24A7501396EB5432
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ use Friendica\Addon\Monolog\IntrospectionProcessor;
use Friendica\DI;
use Psr\Log\LogLevel;
require_once __DIR__ . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php';
require_once __DIR__ . '/vendor/autoload.php';
function monolog_install(App $a)
{