Skip to content

Commit

Permalink
Merge pull request #37 from leroy-merlin-br/chore/update-mongolid-ver…
Browse files Browse the repository at this point in the history
…sion-to-3.7

chore(deps): bump mongolid version
  • Loading branch information
gabrielgomes94 authored Oct 23, 2023
2 parents 30d992a + d49d8b8 commit 1d45ec8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 27 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"illuminate/support": "^9.0|^10.0",
"lcobucci/jwt": "^3.4|^4.0",
"league/oauth2-server": "^8.2",
"leroy-merlin-br/mongolid": "v3.6",
"leroy-merlin-br/mongolid-laravel": "v3.6",
"leroy-merlin-br/mongolid": "v3.7",
"leroy-merlin-br/mongolid-laravel": "v3.7",
"mongodb/mongodb": "~1.15.0",
"nyholm/psr7": "^1.3",
"phpseclib/phpseclib": "^2.0|^3.0",
Expand Down
26 changes: 13 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,6 @@ class Client extends Model
'secret',
];

/**
* The attributes that should be cast to native types.
*
* @var array
*/
protected $casts = [
'grant_types' => 'array',
'personal_access_client' => 'bool',
'password_client' => 'bool',
'revoked' => 'bool',
];

/**
* The temporary plain-text client secret.
*
Expand Down

0 comments on commit 1d45ec8

Please sign in to comment.