Skip to content

Commit

Permalink
fix DtoMakeCommandTest with class string return
Browse files Browse the repository at this point in the history
  • Loading branch information
d8vjork committed Oct 5, 2023
1 parent e2a74fd commit 5d2c346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/DtoMakeCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function testMakeDataTransferObjectCommandWithRequestOptionCreatesTheFile
'use OpenSoutheners\LaravelDto\Tests\Fixtures\PostCreateFormRequest;',
'final class CreatePostData',
'implements ValidatedDataTransferObject',
'return PostCreateFormRequest;',
'return PostCreateFormRequest::class;',
], 'app/DataTransferObjects/CreatePostData.php');
}
}

0 comments on commit 5d2c346

Please sign in to comment.