Skip to content

Commit

Permalink
Fixed code language (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
WebVPF authored Oct 31, 2024
1 parent 22b8f36 commit 5284353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ public function index()

The `ListController` behavior has a main container view that you may override by creating a special file named `_list_container.php` in your controller directory. The following example will add a sidebar to the list:

```html
```php
<?php if ($toolbar): ?>
<?= $toolbar->render() ?>
<?php endif ?>
Expand Down

0 comments on commit 5284353

Please sign in to comment.