Skip to content

Commit 0acbee4

Browse files
committed
changed files to support passing the prefix to the paths such as me or groups/$groupId defaults to me
1 parent 5ec8ef5 commit 0acbee4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,17 @@ Removed traits and added classes in resources instead
7474
## Version 3.0.0
7575

7676
Renamed repo to dcblogdev/laravel-microsoft-graph
77+
78+
## Version 3.0.1
79+
80+
Changed files to support passing the prefix to the paths such as me or groups/$groupId or sites.
81+
82+
Example
83+
84+
```php
85+
//set a custom prefix to a set group
86+
MsGraph::files()->getFiles($this->path, "groups/$groupId");
87+
88+
//use the default (me)
89+
MsGraph::files()->getFiles($this->path);
90+
```

0 commit comments

Comments
 (0)