mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-07 06:24:16 +08:00
7 lines
80 B
PHP
7 lines
80 B
PHP
|
<?php
|
||
|
|
||
|
namespace RainLoop\Providers\Domain;
|
||
|
|
||
|
interface DomainInterface
|
||
|
{
|
||
|
}
|