Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Tests | 4 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
30 | 2 | public function getAllEquipmentWithDataList() |
|
31 | { |
||
32 | 2 | $equipList = SystemCategories::with('SystemTypes')->with('SystemTypes.SystemDataFields')->get(); |
|
33 | 2 | Log::debug('Equipment list gathered with Data Fields. Data Gathered - ', array($equipList)); |
|
34 | |||
35 | 2 | return $equipList->forget('system_data_field_types'); |
|
36 | } |
||
38 |