1
0
Fork 0
mirror of synced 2025-04-01 12:16:14 +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);