Skip to content

Commit

Permalink
Merge pull request #5727 from Laravel-Backpack/fix-setValidation-doc-…
Browse files Browse the repository at this point in the history
…block

fix facade docblock
  • Loading branch information
pxpm authored Dec 2, 2024
2 parents be3e391 + 05c5da9 commit 72850d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Library/CrudPanel/CrudPanelFacade.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* @method static CrudPanel addColumn(array $column)
* @method static CrudPanel addColumns(array $columns)
* @method static CrudPanel afterColumn(string $targetColumn)
* @method static CrudPanel setValidation($class)
* @method static CrudPanel setValidation($classOrRulesArray = false, $messages = [], $attributes = [])
*
* @mixin CrudPanel
*/
Expand Down

0 comments on commit 72850d7

Please sign in to comment.