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…
Откажи
Сачувај