Skip to content

Commit 6b365ff

Browse files
committedNov 1, 2024·
title → label
1 parent 74c765a commit 6b365ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/Auth/Models/Role.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public function hasAnyAccess(array $permissions)
178178

179179
/**
180180
* setPermissionsAttribute validates the permissions when set
181-
* @param array $permissions
181+
* @param string $permissions
182182
* @return void
183183
*/
184184
public function setPermissionsAttribute($permissions)

‎src/Element/Dash/ReportDefinition.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* ReportDefinition
77
*
88
* @method ReportDefinition reportName(string $name) reportName for this report
9-
* @method ReportDefinition title(string $title) title for this report
9+
* @method ReportDefinition label(string $label) label for this report
1010
* @method ReportDefinition type(string $type) type for display mode, eg: indicator, static
1111
* @method ReportDefinition row(int $row) row number where the report should be placed
1212
* @method ReportDefinition width(int $width) width to display the report

0 commit comments

Comments
 (0)