Skip to content

Commit fcc70ae

Browse files
committed
added an empty line
1 parent 83ef69b commit fcc70ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ Laravel 5.8 and up => version 2.x (branch master)
9595

9696
Laravel 5.7 and below => version 1.x (branch v1)
9797

98-
9998
Publish config and migrations:
10099

101100
```sh
@@ -310,7 +309,7 @@ $user->getFriends($perPage = 20, $group_name);
310309
// or paginated with certain fields
311310
$user->getFriends($perPage = 20, $group_name, $fields = ['id','name']);
312311
// or paginated with cursor & certain fields
313-
$user->getFriends($perPage = 20, $group_name, $fields = ['id','name'],$cursor = true);
312+
$user->getFriends($perPage = 20, $group_name, $fields = ['id','name'], $cursor = true);
314313
```
315314

316315
Parameters:

0 commit comments

Comments
 (0)