mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-08-20 12:42:57 +00:00
8 lines
106 B
PHP
8 lines
106 B
PHP
<?php
|
|
|
|
namespace RobThree\Auth\Providers\Time;
|
|
|
|
interface ITimeProvider
|
|
{
|
|
public function getTime();
|
|
} |