Update users_dto_interface.php

This commit is contained in:
Fernando Méndez 2021-04-08 11:03:17 +02:00 committed by GitHub
parent 66271ea4ef
commit eb3563bc37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
<?php <?php
interface UsersDTO { interface UsersInterface {
public function setId($id); public function setId($id);
public function getId(); public function getId();
public function setName($username); public function setName($username);