Skip to content

Commit

Permalink
Fixes for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed Dec 21, 2023
1 parent beaab0d commit a0a163b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"phpstan/extension-installer": "^1.1",
"phpunit/phpunit": "^9.3",
"spatie/invade": "^1.0",
"spatie/typescript-transformer": "v3.x-dev#b89615c",
"spatie/laravel-typescript-transformer": "^2.3",
"spatie/pest-plugin-snapshots": "^1.1",
"spatie/phpunit-snapshot-assertions": "^4.2",
"spatie/test-time": "^1.2"
Expand Down
1 change: 1 addition & 0 deletions src/Support/DataClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public function __construct(
public readonly bool $wrappable,
public readonly Collection $attributes,
public readonly array $dataCollectablePropertyAnnotations,
public readonly DataClassNameMapping $outputNameMapping,
) {
}

Expand Down

0 comments on commit a0a163b

Please sign in to comment.