<?php
namespace common\modules\abiturient\models\interfaces;
use common\models\User;
interface OwnerConnectedInterface
{
public function getOwner();
}