Styling fix

This commit is contained in:
Lance Pioch 2024-03-17 14:04:12 -04:00
parent 37094ffc1f
commit 4cc123aed5

View File

@ -49,7 +49,7 @@ abstract class BaseTransformer extends TransformerAbstract
/**
* Returns a new transformer instance with the request set on the instance.
*
*
* @return static
*/
public static function fromRequest(Request $request): self