Edit File: Time.php
<?php namespace Facade\FlareClient\Time; interface Time { public function getCurrentTime(): int; }
Back to File Manager