mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +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 StorageProvider extends Enum
|
||||
final class StorageProvider
|
||||
{
|
||||
const DROPBOX = 'dropbox';
|
||||
|
||||
|
Reference in New Issue
Block a user