예제 #1
0
 function All()
 {
     $fbf = fbfrinds::orderBy('id', 'desc')->get();
     return $fbf;
 }
예제 #2
0
 /**
  * Display a listing of the resource.
  *
  * @return \Illuminate\Http\Response
  */
 public function index()
 {
     $fbf = fbfrinds::orderBy('id', 'desc')->get();
     return $fbf;
 }