blob: 4799f17d3e7adfa938f9d38968a3a52950b35d28 [file] [log] [blame]
<?php
namespace RobThree\Auth\Providers\Time;
interface ITimeProvider
{
/**
* @return int the current timestamp according to this provider
*/
public function getTime();
}