We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2fc82c commit 2eea900Copy full SHA for 2eea900
README.md
@@ -32,11 +32,11 @@ Go to route *your_project.com/**bitrix24di***
32
use Vipblogger\Bitrix24DI\Bitrix;
33
34
Route::get('/list', function (Bitrix $bitrix) {
35
- $result = $bitrix->call('lists.get', [
+ $result = $bitrix->call('lists.get', [
36
'IBLOCK_TYPE_ID' => 'lists_socnet',
37
'SOCNET_GROUP_ID' => 15
38
]);
39
-
40
-var_dump($result);
+
+ var_dump($result);
41
});
42
```
0 commit comments