Skip to content

Commit

Permalink
Update src/app/Library/CrudPanel/CrudColumn.php
Browse files Browse the repository at this point in the history
  • Loading branch information
tabacitu authored Oct 30, 2023
1 parent 04de489 commit 4c91c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Library/CrudPanel/CrudColumn.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @method self priority(int $value)
* @method self key(string $value)
* @method self upload(bool $value)
* @method self linkTo(string $routeName, ?string $target = null)
* @method self linkTo(string $routeName, ?array $parameters = [])
*/
class CrudColumn
{
Expand Down

0 comments on commit 4c91c7a

Please sign in to comment.