Skip to content

Commit

Permalink
feat: change field template
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to committed Dec 25, 2024
1 parent 1057c28 commit 9d040ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Laravel/stubs/Field.stub
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,11 @@ class DummyField extends {extendShort}
return data_set($item, $this->getColumn(), $this->getRequestValue());
};
}

protected function viewData(): array
{
return [
//
];
}
}

0 comments on commit 9d040ec

Please sign in to comment.