From 7ec6ee900f04717d43d27e9bca6606050b1d8aac Mon Sep 17 00:00:00 2001 From: Evgeny Kuchuk Date: Thu, 12 Aug 2021 16:23:32 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20'src/Episode.php'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Episode.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Episode.php b/src/Episode.php index 2df2372..4a4d31d 100644 --- a/src/Episode.php +++ b/src/Episode.php @@ -66,7 +66,7 @@ class Episode */ public function getAuthor() { - return $this->$author; + return $this->author; } /** @@ -75,7 +75,7 @@ class Episode */ public function setAuthor($author) { - $this->$author = $author; + $this->author = $author; return $this; }