style: Remove unnecessary spaces around concatenation operators in ValidateSignatureFlexible middleware.
This commit is contained in:
parent
c2a4964e1e
commit
2d0bc2c4a9
@ -16,7 +16,7 @@ public function handle(Request $request, Closure $next)
|
||||
}
|
||||
|
||||
// Pakai APP_URL, bukan request scheme
|
||||
$baseUrl = rtrim(config('app.url'), '/') . '/' . ltrim($request->path(), '/');
|
||||
$baseUrl = rtrim(config('app.url'), '/').'/'.ltrim($request->path(), '/');
|
||||
|
||||
$query = collect($request->query())
|
||||
->except('signature')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user