Example #1
0
 public function getAll()
 {
     return Candidature::with('posizione')->orderBy('created_at', 'DESC')->get();
 }