관리-도구
편집 파일: Time.php
<?php namespace Facade\FlareClient\Time; interface Time { public function getCurrentTime(): int; }