Editing: Time.php
<?php namespace Spatie\FlareClient\Time; interface Time { public function getCurrentTime(): int; }
Save
Back