<?php declare(strict_types=1); namespace SixShop\System; use SixShop\System\Trait\ConfigTrait; class Config { use ConfigTrait; }