Skip to content

Commit af9bbf5

Browse files
authored
Update readme.md
1 parent 5c0edc6 commit af9bbf5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ If you don't want to enable working with Lumen facades you can access the query
8787

8888
```php
8989
app("es")->index("my_index")->type("my_type")->get();
90+
9091
# is similar to
92+
9193
ES::index("my_index")->type("my_type")->get();
9294
```
9395

0 commit comments

Comments
 (0)