Skip to content

Commit 2eea900

Browse files
committed
Update README.md
1 parent f2fc82c commit 2eea900

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
@@ -32,11 +32,11 @@ Go to route *your_project.com/**bitrix24di***
3232
use Vipblogger\Bitrix24DI\Bitrix;
3333

3434
Route::get('/list', function (Bitrix $bitrix) {
35-
$result = $bitrix->call('lists.get', [
35+
$result = $bitrix->call('lists.get', [
3636
'IBLOCK_TYPE_ID' => 'lists_socnet',
3737
'SOCNET_GROUP_ID' => 15
3838
]);
39-
40-
var_dump($result);
39+
40+
var_dump($result);
4141
});
4242
```

0 commit comments

Comments
 (0)