rtrim trailing slash
This commit is contained in:
parent
c608336c04
commit
b94e4c602e
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ class StepsController extends BaseController
|
|||
);
|
||||
}
|
||||
|
||||
session()->put('MIGRATION_ENDPOINT', $request->endpoint);
|
||||
session()->put('MIGRATION_ENDPOINT', rtrim($request->endpoint,'/'));
|
||||
|
||||
return redirect(
|
||||
url('/migration/auth')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue