Skip to content

Commit 20593ff

Browse files
bijicurry684
authored andcommitted
Update index.html.md
1 parent c6d8f27 commit 20593ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/index.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class MyController extends Controller
8888
return $table->getResponse();
8989
}
9090
91-
$this->render('list.html.twig', ['datatable' => $table]);
91+
return $this->render('list.html.twig', ['datatable' => $table]);
9292
}
9393
}
9494
```

0 commit comments

Comments
 (0)