관리-도구
편집 파일: Clock.php
<?php declare(strict_types=1); namespace Beste; use Psr\Clock\ClockInterface; interface Clock extends ClockInterface { }