Samson Mutunga 7 달 전
부모
커밋
f24f188bff
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      app/Models/StoreOrder.php

+ 0 - 1
app/Models/StoreOrder.php

@@ -64,7 +64,6 @@ class StoreOrder extends BaseModel
     public function testsRequested(){
         $tests = (array) $this->tests();
         $data = [];
-        if(!$tests) return $data;
         foreach($tests as $key=>$value){
             if($value){
                 array_push($data, $key);