diff --git a/app/Models/Egg.php b/app/Models/Egg.php index a68d6b63d..559482839 100644 --- a/app/Models/Egg.php +++ b/app/Models/Egg.php @@ -151,6 +151,11 @@ class Egg extends Model }); } + public function getRouteKeyName(): string + { + return 'id'; + } + /** * Returns the install script for the egg; if egg is copying from another * it will return the copied script.