We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ee638 commit c005ed2Copy full SHA for c005ed2
changelog.md
@@ -388,4 +388,18 @@ Where $behavior is either rename or replace
388
### Updated
389
390
- Updated contacts get method to use pagination of the contacts. Sets default per page to 25 contacts
391
-- Updated Tasks resource class for working with tasks
+- Updated Tasks resource class for working with tasks
392
+
393
+## 3.2.4
394
395
+### Added
396
397
+- Add ability to override the User model by setting `setUserModel($model)` when using `MsGraph` class
398
399
+### Updated
400
401
+- Changed migrations to not run migrations automatically
402
403
+### Removed
404
405
+- Removed package level migrations, using src migrations instead
0 commit comments