Skip to content

Commit

Permalink
modif player12
Browse files Browse the repository at this point in the history
  • Loading branch information
surya432 committed May 5, 2020
1 parent 23e2e67 commit 0bbfd0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/GoogleDrivePlayerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public function destroy(GoogleDrivePlayer $googleDrivePlayer, $id)
public function getlist($id)
{
Cache::remember('users', 60 * 60 * 24, function () {
$masterMirror = \App\GoogleDrivePlayer::where('status', '=', "limit")->update(array('status' => 1));
$masterMirror = \App\GoogleDrivePlayer::where('status', '=', "Rate Limit Exceeded")->update(array('status' => 1));
return $masterMirror;
});

Expand Down

0 comments on commit 0bbfd0e

Please sign in to comment.