mirror of
https://github.com/flarum/core.git
synced 2025-07-28 12:10:51 +02:00
More indentation cleanup
This commit is contained in:
@@ -121,8 +121,9 @@ abstract class AbstractSerializer extends BaseAbstractSerializer
|
||||
);
|
||||
|
||||
if ($relationship && ! ($relationship instanceof Relationship)) {
|
||||
throw new LogicException('GetApiRelationship handler must return an instance of '
|
||||
.Relationship::class);
|
||||
throw new LogicException(
|
||||
'GetApiRelationship handler must return an instance of '.Relationship::class
|
||||
);
|
||||
}
|
||||
|
||||
return $relationship;
|
||||
|
Reference in New Issue
Block a user