Skip to content

Commit fc46309

Browse files
authored
Apply fixes from StyleCI (#37620)
1 parent ce27f30 commit fc46309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Foundation/Providers/FoundationServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function registerRequestSignatureValidation()
8787
});
8888

8989
Request::macro('hasValidSignatureWhileIgnoring', function ($ignoreQuery = [], $absolute = true) {
90-
return URL::hasValidSignature($this, $absolute, $ignoreQuery);
91-
});
90+
return URL::hasValidSignature($this, $absolute, $ignoreQuery);
91+
});
9292
}
9393
}

0 commit comments

Comments
 (0)