Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyBoy49z committed Sep 8, 2024
2 parents a7224ea + 05b0f20 commit 413707f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LazySetting.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public function createIfNotExists(string $key, mixed $data, ?string $type = null
return $setting;
}

public function getFieldType(string|null $type = ''): string
public function getFieldType(?string $type = ''): string
{
$type = strtolower(trim($type));

Expand Down

0 comments on commit 413707f

Please sign in to comment.