FileService::getFileUrl(), 'copyright' => ConfigService::get('shop', 'copyright', ''), 'record_number' => ConfigService::get('shop', 'record_number', ''), 'record_system_link' => ConfigService::get('shop', 'record_system_link', ''), 'name' => ConfigService::get('shop', 'name'), 'logo' => FileService::getFileUrl(ConfigService::get('shop', 'logo')), 'admin_login_image' => FileService::getFileUrl(ConfigService::get('shop', 'admin_login_image')), 'favicon' => FileService::getFileUrl(ConfigService::get('shop','favicon')) ]; return $data; } }