Skip to content

Commit f2fc82c

Browse files
committed
Update README.md
1 parent e85f490 commit f2fc82c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Route::get('/list', function (Bitrix $bitrix) {
3535
$result = $bitrix->call('lists.get', [
3636
'IBLOCK_TYPE_ID' => 'lists_socnet',
3737
'SOCNET_GROUP_ID' => 15
38-
]);
39-
40-
var_dump($result);
38+
]);
39+
40+
var_dump($result);
4141
});
4242
```

0 commit comments

Comments
 (0)