mirror of
https://github.com/flarum/framework.git
synced 2024-12-05 09:03:36 +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 {
|
->endpoint(Show::class, function (Show $endpoint): Show {
|
||||||
return $endpoint->after(function (Context $context, object $model) {
|
return $endpoint->after(function (Context $context, object $model) {
|
||||||
$model->title = 'dataSerializationPrepCustomTitle4';
|
$model->title = 'dataSerializationPrepCustomTitle4';
|
||||||
|
|
||||||
return $model;
|
return $model;
|
||||||
});
|
});
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user