mirror of
https://github.com/flarum/core.git
synced 2025-08-03 23:17:43 +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 {
|
||||
return $endpoint->after(function (Context $context, object $model) {
|
||||
$model->title = 'dataSerializationPrepCustomTitle4';
|
||||
|
||||
return $model;
|
||||
});
|
||||
}),
|
||||
|
Reference in New Issue
Block a user