Skip to content

Commit

Permalink
Update video_data.php
Browse files Browse the repository at this point in the history
  • Loading branch information
athuler committed Oct 27, 2023
1 parent f37fa8c commit bc7c7ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions video_data.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ class video {
public $views = 1;
public $parents = [];
public $child_path;
public $ending;
#public $ending;

public function __construct(
$children = [],
$child_path = ["L", "W"],
$ending = False
public $ending = False
) {
$this->children = $children;
$this->child_path = $child_path;
Expand Down

0 comments on commit bc7c7ee

Please sign in to comment.