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