Improve docs

This commit is contained in:
Daniil Gentili 2019-06-07 19:17:19 +02:00
parent dbb560f13e
commit c98da489b7
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ Note: when running from web, MadelineProto will also automatically enable loggin
```php
$MadelineProto->logger->logger($message, $level);
$MadelineProto->logger($message, $level);
```
`$message` is a string, an integer, an array, or any json-encodable object.