Ejemplo n.º 1
0
 /**
  * Execute the query as a select statement.
  *
  * @return \Magister\Services\Support\Collection|static[]
  */
 public function get()
 {
     $models = $this->getModels();
     return $this->model->newCollection($models);
 }