diff --git a/app/Plan/Plan.php b/app/Plan/Plan.php new file mode 100644 index 0000000..c9aa923 --- /dev/null +++ b/app/Plan/Plan.php @@ -0,0 +1,21 @@ +id; + } + + public function getName(): string + { + return $this->name; + } +}