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