Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
9 lines
86 B
PHP
9 lines
86 B
PHP
<?php
|
|
|
|
namespace App\Interfaces;
|
|
|
|
interface Hashing
|
|
{
|
|
public function hashID();
|
|
}
|