Files
static-php-cli/src/SPC/builder/macos/library/postgresql.php
2023-06-30 20:36:51 +08:00

13 lines
202 B
PHP

<?php
declare(strict_types=1);
namespace SPC\builder\macos\library;
class postgresql extends MacOSLibraryBase
{
use \SPC\builder\unix\library\postgresql;
public const NAME = 'postgresql';
}