From 3fe0381d28d9c5844c82d908b77d3aa4b0aca737 Mon Sep 17 00:00:00 2001 From: horus Date: Fri, 7 Jan 2022 14:02:05 +0100 Subject: first release of kategorischeraperitif.de --- app/Cocktail.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 app/Cocktail.php (limited to 'app/Cocktail.php') diff --git a/app/Cocktail.php b/app/Cocktail.php new file mode 100644 index 0000000..31f40c1 --- /dev/null +++ b/app/Cocktail.php @@ -0,0 +1,21 @@ +hasMany('App\Ingredient'); + } +} + -- cgit v1.2.3