소스 검색

see untagged form

ifah
Siti Hajar Ibrahim 5 년 전
부모
커밋
6d4118545f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      app/Http/Controllers/Controller.php

+ 1
- 0
app/Http/Controllers/Controller.php 파일 보기

@@ -22,6 +22,7 @@ class Controller extends BaseController
foreach ($work_order as $key => $a) {
$untaggedform = Form::where('_id',$a->_id)->where('customer_category',null)->get();

dd($untaggedform);
array_push($result, array(
'_id' => $untaggedform->_id,
));

Loading…
취소
저장