toArray(); $model = static::orderBy('parentid', 'asc')->get(); if ($model->isEmpty()) { return array(); } return $model->toArray(); } }