mirror of
https://github.com/getformwork/formwork.git
synced 2025-01-18 05:58:20 +01:00
Fix coding style
This commit is contained in:
parent
fc12c5f391
commit
df50e91881
@ -88,7 +88,7 @@ class AuthenticationController extends AbstractController
|
||||
]);
|
||||
}
|
||||
|
||||
throw new RuntimeException('Invalid Method');
|
||||
throw new RuntimeException('Invalid Method');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -70,6 +70,6 @@ class RegisterController extends AbstractController
|
||||
return $this->redirect($this->generateRoute('panel.index'));
|
||||
}
|
||||
|
||||
throw new RuntimeException('Invalid Method');
|
||||
throw new RuntimeException('Invalid Method');
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user