mirror of
https://github.com/archtechx/enums.git
synced 2025-12-12 06:44:04 +00:00
Correct typo/error in README.md
This commit is contained in:
parent
373a86a16e
commit
fd9d73e404
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ class Color extends MetaProperty
|
|||
{
|
||||
protected function transform(mixed $value): mixed
|
||||
{
|
||||
return "text-{$color}-500";
|
||||
return "text-{$value}-500";
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue