Skip to content

Commit

Permalink
Remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrsKondratjevs committed Jun 14, 2021
1 parent 6af1f44 commit 5899c7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Model/Resolver/EntityUrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ public function resolve(
ResolveInfo $info,
array $value = null,
array $args = null
)
{
) {
if (!isset($args['url']) || empty(trim($args['url']))) {
throw new GraphQlInputException(__('"url" argument should be specified and not empty'));
}
Expand Down

0 comments on commit 5899c7b

Please sign in to comment.