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