mirror of
https://github.com/Relintai/crystal_cms_rcpp_fw.git
synced 2025-04-22 20:41:18 +02:00
9 lines
98 B
PHP
9 lines
98 B
PHP
<?php
|
|
|
|
namespace App\Security;
|
|
|
|
interface ISecurity
|
|
{
|
|
public function hashPassword($password);
|
|
}
|