summaryrefslogtreecommitdiffstats
path: root/library/Director/Db/Branch/PreferredBranchSupport.php
blob: 3463bfef94cc526f1c7a0e0b54e5441609c8b70d (plain)
1
2
3
4
5
6
7
8
9
10
<?php

namespace Icinga\Module\Director\Db\Branch;

use Icinga\Authentication\Auth;

interface PreferredBranchSupport
{
    public function hasPreferredBranch(Auth $auth): bool;
}