* Fix code error.
This commit is contained in:
@@ -59,7 +59,6 @@ class pipelineModel extends model
|
||||
->where('deleted')->eq('0')
|
||||
->AndWhere('type')->eq($type)
|
||||
->orderBy('id')->fetchPairs('id', 'name');
|
||||
$pipeline = $pipeline;
|
||||
return $pipeline;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user