예제 #1
0
파일: Widget.php 프로젝트: zedx/zedx
 /**
  * Display widget.
  *
  * @return Response
  */
 public function run()
 {
     return view('widget_backend_zedx_latestmembers::index', ['config' => $this->config, 'users' => User::limit(10)->get()]);
 }