예제 #1
0
 public function getList()
 {
     $models = Operation::paginate(50);
     return View::make('db-diff::list', compact('models'));
 }