Skip to content

Commit

Permalink
fix demo
Browse files Browse the repository at this point in the history
  • Loading branch information
dvlpp committed Oct 12, 2023
1 parent 1cdffaa commit 42725c6
Show file tree
Hide file tree
Showing 2 changed files with 203 additions and 189 deletions.
4 changes: 2 additions & 2 deletions demo/app/Sharp/Authors/AuthorList.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@

class AuthorList extends SharpEntityList
{
protected function buildListFields(EntityListFieldsContainer $fieldsContainer): void
protected function buildList(EntityListFieldsContainer $fields): void
{
$fieldsContainer
$fields
->addField(
EntityListField::make('avatar')
->setWidth(1)
Expand Down
Loading

0 comments on commit 42725c6

Please sign in to comment.