icingaweb2-module-director/library/Director/Db/Branch/PreferredBranchSupport.php
2022-12-16 14:16:02 +01:00

11 lines
180 B
PHP

<?php
namespace Icinga\Module\Director\Db\Branch;
use Icinga\Authentication\Auth;
interface PreferredBranchSupport
{
public function hasPreferredBranch(Auth $auth): bool;
}