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