mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-07-31 19:29:57 +02:00
8 lines
106 B
PHP
8 lines
106 B
PHP
<?php
|
|
|
|
namespace RobThree\Auth\Providers\Time;
|
|
|
|
interface ITimeProvider
|
|
{
|
|
public function getTime();
|
|
} |