File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ class Tv extends AbstractModel
4040 * @var array
4141 */
4242 public static $ properties = [
43- 'adult ' ,
4443 'backdrop_path ' ,
4544 'episode_run_time ' ,
4645 'first_air_date ' ,
@@ -243,10 +242,6 @@ class Tv extends AbstractModel
243242 * @var GenericCollection
244243 */
245244 protected $ episodeGroups ;
246- /**
247- * @var bool
248- */
249- private $ adult = false ;
250245
251246 /**
252247 * Constructor
@@ -1098,20 +1093,4 @@ public function setEpisodeGroups(GenericCollection $episodeGroups): Tv
10981093
10991094 return $ this ;
11001095 }
1101-
1102- /**
1103- * @return bool
1104- */
1105- public function getAdult (): bool
1106- {
1107- return $ this ->adult ;
1108- }
1109-
1110- /**
1111- * @param bool $adult
1112- */
1113- public function setAdult (bool $ adult ): void
1114- {
1115- $ this ->adult = $ adult ;
1116- }
11171096}
You can’t perform that action at this time.
0 commit comments