Domain\User\User::owner PHP Méthode

owner() public méthode

Get model auditing.
public owner ( ) : array
Résultat array revision history
    public function owner()
    {
        return $this->morphTo();
    }
User