Skip to content

Commit

Permalink
Update index.html.md
Browse files Browse the repository at this point in the history
  • Loading branch information
biji authored and curry684 committed Jun 10, 2018
1 parent c6d8f27 commit 20593ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/index.html.md
Expand Up @@ -88,7 +88,7 @@ class MyController extends Controller
return $table->getResponse();
}
$this->render('list.html.twig', ['datatable' => $table]);
return $this->render('list.html.twig', ['datatable' => $table]);
}
}
```
Expand Down

0 comments on commit 20593ff

Please sign in to comment.