Skip to content

Commit

Permalink
Fix function resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio-Emmolo committed Dec 19, 2024
1 parent 019c628 commit 79984a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NovaBusyResourceField.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class NovaBusyResourceField extends Field
* @param string|null $attribute
* @return void
*/
public function resolve($resource, $attribute = null)
public function resolve($resource, ?string $attribute = null): void
{
parent::resolve($resource, $attribute);

Expand Down

0 comments on commit 79984a1

Please sign in to comment.