예제 #1
0
 public function getAllPropositions()
 {
     return Proposition::all()->orderBy('created_at', 'desc')->get();
 }