This commit is contained in:
Charles 2024-07-30 10:45:12 -04:00
parent b7b72d7336
commit c4864feaa5

View File

@ -453,8 +453,6 @@ class EditServer extends EditRecord
Forms\Components\Textarea::make('startup')
->label('Startup Command')
->required()
->hint('sdfa')
->hintIcon('tabler-code')
->columnSpan(6)
->rows(function ($state) {
return str($state)->explode("\n")->reduce(