<?php declare(strict_types=1); /** * DuckPhp * From this time, you never be alone~ */ namespace DuckPhpBenchmark\System; use DuckPhp\SingletonEx\SingletonExTrait; class BaseBusiness { use SingletonExTrait; }