Pint
This commit is contained in:
parent
1a884c0cdf
commit
c31eafaf4f
@ -137,8 +137,7 @@ class EggResource extends Resource
|
|||||||
->debounce(750)
|
->debounce(750)
|
||||||
->maxLength(191)
|
->maxLength(191)
|
||||||
->columnSpanFull()
|
->columnSpanFull()
|
||||||
->afterStateUpdated(fn (Forms\Set $set, $state) =>
|
->afterStateUpdated(fn (Forms\Set $set, $state) => $set('env_variable', str($state)->trim()->snake()->upper()->toString())
|
||||||
$set('env_variable', str($state)->trim()->snake()->upper()->toString())
|
|
||||||
)
|
)
|
||||||
->required(),
|
->required(),
|
||||||
Forms\Components\Textarea::make('description')->columnSpanFull(),
|
Forms\Components\Textarea::make('description')->columnSpanFull(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user