mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 13:31:10 +00:00
Replace Separator constant
This commit is contained in:
parent
101a22c0cd
commit
2e854ee108
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue