random_username_length_max ?? 0; //return json_decode(config('app.settings.configuration_settings')) ?? []; }); Route::get('bc', function (){ return ZEmail::check(); }); Route::get('zz', function (){ try { ZEmail::connectMailBox(); } catch (Exception $ex) { return $ex->getMessage(); } });