Skip to content

Commit 05c5da9

Browse files
committed
fix facade docblock
1 parent be3e391 commit 05c5da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Library/CrudPanel/CrudPanelFacade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* @method static CrudPanel addColumn(array $column)
2424
* @method static CrudPanel addColumns(array $columns)
2525
* @method static CrudPanel afterColumn(string $targetColumn)
26-
* @method static CrudPanel setValidation($class)
26+
* @method static CrudPanel setValidation($classOrRulesArray = false, $messages = [], $attributes = [])
2727
*
2828
* @mixin CrudPanel
2929
*/

0 commit comments

Comments
 (0)