1
0
mirror of synced 2024-11-21 19:36:02 +03:00

Update README.md

This commit is contained in:
Alex Lushpai 2019-06-28 14:43:11 +03:00 committed by GitHub
parent e552df5f04
commit 8001ab64e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,8 +31,8 @@ require 'path/to/vendor/autoload.php';
### Assign dialog
```php
use \RetailCrm\Mg\Bot\Client;
use \RetailCrm\Mg\Bot\Model\Request\DialogAssignRequest;
use RetailCrm\Mg\Bot\Client;
use RetailCrm\Mg\Bot\Model\Request\DialogAssignRequest;
$client = new Client('https://mg.url.demo', 'T9DMPvuNt7FQJMszHUd', true);