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