Lundi
This commit is contained in:
13
src/Domain/Ingredients/Ingredient.php
Normal file
13
src/Domain/Ingredients/Ingredient.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domain\Ingredients;
|
||||
|
||||
use App\Domain\Model;
|
||||
|
||||
class Ingredient extends Model {
|
||||
|
||||
public int $num_ingredient;
|
||||
public string $nom_ingredient;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user