<?php
class Users extends \Database\Model
{
public function hasD()
return $this->hasOne(static::class, 'id', 'id')->with([]);
}