mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 22:46:16 +00:00
drop dependency to bensampo/laravel-enum (#120)
This commit is contained in:
@ -21,7 +21,7 @@ class="p-6"
|
||||
<option value="" selected disabled>
|
||||
{{ __("Select") }}
|
||||
</option>
|
||||
@foreach (\App\Enums\SslType::getValues() as $t)
|
||||
@foreach (config("core.ssl_types") as $t)
|
||||
<option value="{{ $t }}" @if($t == old('type')) selected @endif>
|
||||
{{ $t }}
|
||||
</option>
|
||||
|
Reference in New Issue
Block a user