Skip to content

Commit

Permalink
asdasd
Browse files Browse the repository at this point in the history
  • Loading branch information
surya432 committed Dec 9, 2019
1 parent 2e154fc commit 28372a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/GDController.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ private function foreachFolder($resultCurl, $tokenDriveAdmin, $id)
$data = Content::orderBy('id', 'desc')->with('links')->with('backup')->where('drama_id', $id)->get();
Cache::forever('Content' . $id, $data);
array_push($fdrive, $url . " Update");
$this->addToTrashes($Nofiles['id'], $tokenDriveAdmin);
// $this->addToTrashes($Nofiles['id'], $tokenDriveAdmin);
}
}
// } else if ($content->f720p == "https://drive.google.com/open?id=" . $Nofiles['id']) {
Expand Down

0 comments on commit 28372a2

Please sign in to comment.