1
0
Fork 0
mirror of synced 2024-07-06 15:11:21 +12:00

removes unnecessary config load

This commit is contained in:
Prateek Banga 2023-09-12 22:05:14 +05:30
parent 9fbad72b08
commit 497586378f

View file

@ -257,7 +257,6 @@ Config::load('storage-logos', __DIR__ . '/config/storage/logos.php');
Config::load('storage-mimes', __DIR__ . '/config/storage/mimes.php');
Config::load('storage-inputs', __DIR__ . '/config/storage/inputs.php');
Config::load('storage-outputs', __DIR__ . '/config/storage/outputs.php');
Config::load('messagingProviders', __DIR__ . '/config/messagingProviders.php');
$user = App::getEnv('_APP_REDIS_USER', '');
$pass = App::getEnv('_APP_REDIS_PASS', '');