コード例 #1
0
ファイル: TextController.php プロジェクト: garbleapp/garble
 /**
  * Display a listing of the resource.
  *
  * @return \Illuminate\Http\Response
  */
 public function index()
 {
     return $this->render(['all' => Text::allByType($this->type)]);
 }