mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
7 lines
85 B
PHP
7 lines
85 B
PHP
<?php
|
|
|
|
interface IEncryption {
|
|
|
|
public function getEncryptedColumns(): array;
|
|
|
|
} |