chore: complete update
This commit is contained in:
11
src/Framework/Config/EnvKey.php
Normal file
11
src/Framework/Config/EnvKey.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Framework\Config;
|
||||
|
||||
enum EnvKey: string
|
||||
{
|
||||
case APP_DEBUG = 'APP_DEBUG';
|
||||
case APP_ENV = 'APP_ENV';
|
||||
case APP_TIMEZONE = 'APP_TIMEZONE';
|
||||
case APP_LOCALE = 'APP_LOCALE';
|
||||
}
|
||||
Reference in New Issue
Block a user