Example #1
0
 public function findAll()
 {
     return $this->model->orderBy('name', 'asc')->get();
 }