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