Files
monica/app/Interfaces/Hashing.php
T
2018-08-20 08:10:57 +02:00

9 lines
86 B
PHP

<?php
namespace App\Interfaces;
interface Hashing
{
public function hashID();
}