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