Files
Grav-Admin-Plugin/vendor/robthree/twofactorauth/lib/Providers/Time/ITimeProvider.php
2017-08-25 16:20:57 -06:00

8 lines
106 B
PHP

<?php
namespace RobThree\Auth\Providers\Time;
interface ITimeProvider
{
public function getTime();
}