LabiciIvan / php-api-nutritional-project

A PHP API nutritional project
0 stars 0 forks source link

User - Model class #38

Open LabiciIvan opened 1 month ago

LabiciIvan commented 1 month ago

Description:

Create a new directory in the App with the name Models.

In the App/Models directory create a new file with the name UserModel.php - this will be the UserModel::class.

This class will be responsible with the User interaction.

LabiciIvan commented 1 month ago

This ticket need scoping