1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-06 05:24:04 +00:00

Fix styling

This commit is contained in:
erikgaal 2022-06-23 12:51:20 +00:00 committed by github-actions[bot]
parent 68846f34d1
commit 9edf139be0
21 changed files with 9 additions and 53 deletions

View file

@ -33,7 +33,6 @@ class UserImpersonation implements Feature
*
* @param string|ImpersonationToken $token
* @param int $ttl
* @return RedirectResponse
*/
public static function makeResponse($token, int $ttl = null): RedirectResponse
{