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:
@ -2,9 +2,7 @@
|
||||
|
||||
namespace App\Enums;
|
||||
|
||||
use BenSampo\Enum\Enum;
|
||||
|
||||
final class SslType extends Enum
|
||||
final class SslType
|
||||
{
|
||||
const LETSENCRYPT = 'letsencrypt';
|
||||
|
||||
|
Reference in New Issue
Block a user