Config.php 137 B

123456789101112
  1. <?php
  2. declare(strict_types=1);
  3. namespace SixShop\System;
  4. use SixShop\System\Trait\ConfigTrait;
  5. class Config
  6. {
  7. use ConfigTrait;
  8. }