From 03e1870e3773abc5e7e63e9479d0e7d0630a6828 Mon Sep 17 00:00:00 2001 From: athuler Date: Fri, 27 Oct 2023 14:04:19 -0500 Subject: [PATCH] Update video_data.php --- video_data.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/video_data.php b/video_data.php index ab23a3a..727410a 100644 --- a/video_data.php +++ b/video_data.php @@ -2,18 +2,18 @@ class video { public $paths = []; - public $children; + #public $children; #public $child_path; #public $child_prob; #public $probabity = 0; public $views = 1; public $parents = []; - public $child_path; + #public $child_path; #public $ending; public function __construct( - $children = [], - $child_path = ["L", "W"], + public $children = [], + public $child_path = ["L", "W"], public $ending = False ) { $this->children = $children;