Specify split keys

This commit is contained in:
Lance Pioch 2024-04-19 00:36:22 -04:00
parent 2812129d00
commit daf2cb0ebc

View File

@ -193,6 +193,7 @@ class ServerResource extends Resource
They usually consist of the port forwarded ones.
')
->label('Ports')
->splitKeys(['Tab', ' ', ','])
->required(),
])
->createOptionUsing(function (array $data, Forms\Get $get): int {