Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot 2024-03-08 14:04:00 +00:00
parent 16b4975314
commit 4a9985da8e
No known key found for this signature in database
GPG Key ID: 16B28A4130E063FD

View File

@ -146,6 +146,7 @@ class ApiControllerTest extends TestCase
->endpoint(Show::class, function (Show $endpoint): Show {
return $endpoint->after(function (Context $context, object $model) {
$model->title = 'dataSerializationPrepCustomTitle4';
return $model;
});
}),