<?php declare(strict_types=1); /** * DuckPhp * From this time, you never be alone~ */ namespace DuckPhpBenchmark\System; use DuckPhp\SingletonEx\SingletonEx; class BaseModel { use SingletonEx; // override or add your code here }