diff --git a/app/Controllers/Loans/LoansController.php b/app/Controllers/Loans/LoansController.php index 94018a6..6f6fae0 100644 --- a/app/Controllers/Loans/LoansController.php +++ b/app/Controllers/Loans/LoansController.php @@ -237,7 +237,7 @@ function ($carry, $item) { */ public function new($validation = null, $oldInput = null) { - if ($this->request->getMethod() !== 'post') { + if ($this->request->getMethod() !== 'POST') { return redirect()->to('admin/loans/new/members/search'); }