Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
AnourValar committed Jun 12, 2024
1 parent db50aa8 commit 54c050b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/resources/model.stub
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,12 @@ class DummyClass extends Model
*/
protected $jsonNested = [
'' => [
'jsonb' => false,
'nullable' => [],
'purges' => [],
'types' => [],
'sorts' => [],
'lists' => [],
'jsonb' => true,
'nullable' => ['*'],
'purges' => ['*'],
'types' => ['$.*' => 'int'],
'sorts' => ['$'],
'lists' => ['$'],
],
];

Expand Down

0 comments on commit 54c050b

Please sign in to comment.