mirror of
https://github.com/flarum/framework.git
synced 2024-12-05 00:43:39 +08:00
Apply fixes from StyleCI
This commit is contained in:
parent
16b4975314
commit
4a9985da8e
|
@ -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;
|
||||
});
|
||||
}),
|
||||
|
|
Loading…
Reference in New Issue
Block a user