Merge : GWM
This commit is contained in:
parent
b63cb85e26
commit
4a757775d9
@ -29,7 +29,7 @@ $routes->post('forgotPassword/changePassword', 'UserController::forgotChangePass
|
|||||||
|
|
||||||
|
|
||||||
//api's with token
|
//api's with token
|
||||||
// $routes->group('api', ['filter' => 'jwtAuth'], function ($routes) {
|
$routes->group('api', ['filter' => 'jwtAuth'], function ($routes) {
|
||||||
|
|
||||||
|
|
||||||
//Organization
|
//Organization
|
||||||
@ -152,7 +152,7 @@ $routes->post('forgotPassword/changePassword', 'UserController::forgotChangePass
|
|||||||
$routes->post('guestHouseReport', 'ReportsController::guestHouseReport');
|
$routes->post('guestHouseReport', 'ReportsController::guestHouseReport');
|
||||||
|
|
||||||
|
|
||||||
// });
|
});
|
||||||
|
|
||||||
|
|
||||||
// plan review related signed url
|
// plan review related signed url
|
||||||
|
|||||||
@ -1188,7 +1188,7 @@ class PlanController extends ResourceController
|
|||||||
$plan['view'] = $view;
|
$plan['view'] = $view;
|
||||||
$data['data'] = $plan;
|
$data['data'] = $plan;
|
||||||
// dd($data);
|
// dd($data);
|
||||||
echo view('pdf', $data); die;
|
// echo view('pdf', $data); die;
|
||||||
$html = view('pdf', $data);
|
$html = view('pdf', $data);
|
||||||
|
|
||||||
if($view == true){ return $html; }
|
if($view == true){ return $html; }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user