mirror of
https://github.com/flarum/core.git
synced 2025-08-04 07:27:39 +02:00
Apply fixes from StyleCI
This commit is contained in:
@@ -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;
|
||||||
});
|
});
|
||||||
}),
|
}),
|
||||||
|
Reference in New Issue
Block a user