belongsTo(User::class); } public function admin(){ return $this->belongsTo(User::class); } }