1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-04 10:19:25 +02:00
ampache/modules/React/Dns/Config/Config.php

8 lines
88 B
PHP

<?php
namespace React\Dns\Config;
class Config
{
public $nameservers = array();
}