Skip to content

Commit

Permalink
title → label
Browse files Browse the repository at this point in the history
  • Loading branch information
daftspunk committed Nov 1, 2024
1 parent 74c765a commit 6b365ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Auth/Models/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public function hasAnyAccess(array $permissions)

/**
* setPermissionsAttribute validates the permissions when set
* @param array $permissions
* @param string $permissions
* @return void
*/
public function setPermissionsAttribute($permissions)
Expand Down
2 changes: 1 addition & 1 deletion src/Element/Dash/ReportDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* ReportDefinition
*
* @method ReportDefinition reportName(string $name) reportName for this report
* @method ReportDefinition title(string $title) title for this report
* @method ReportDefinition label(string $label) label for this report
* @method ReportDefinition type(string $type) type for display mode, eg: indicator, static
* @method ReportDefinition row(int $row) row number where the report should be placed
* @method ReportDefinition width(int $width) width to display the report
Expand Down

0 comments on commit 6b365ff

Please sign in to comment.