Skip to content

Commit 4c2c181

Browse files
authored
Update FoundationServiceProvider.php
1 parent 895dca9 commit 4c2c181

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Illuminate/Foundation/Providers/FoundationServiceProvider.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,5 @@ public function registerRequestSignatureValidation()
8585
Request::macro('hasValidRelativeSignature', function () {
8686
return URL::hasValidSignature($this, $absolute = false);
8787
});
88-
89-
Request::macro('hasValidSignatureWithExceptions', function ($ignoreQuery = [], $absolute = true) {
90-
return URL::hasValidSignature($this, $absolute, $ignoreQuery);
91-
});
9288
}
9389
}

0 commit comments

Comments
 (0)