Fix: removed dump command from permitscontroller

This commit is contained in:
Kwesi Banson Jnr 2026-03-09 22:28:47 +00:00
parent d24fa47ec8
commit 60d0235475

View File

@ -17,7 +17,7 @@ class PermitsController extends Controller
'api_token' => env('LUPMISAPIKEY')
]);
$result = ApiCalls::CurlPost($data, $url);
dump($result);
// dump($result);
$result = json_decode($result, true);
// dd(is_array($result['data']));