1
0
Эх сурвалжийг харах

Update StoryController, fix expiration time bug

Daniel Supernault 4 жил өмнө
parent
commit
39e57f9506

+ 1 - 1
app/Http/Controllers/StoryController.php

@@ -158,7 +158,7 @@ class StoryController extends Controller
 
 		$story->active = true;
 		$story->duration = $request->input('duration', 10);
-		$story->expires_at = now()->addHours(24);
+		$story->expires_at = now()->addMinutes(1450);
 		$story->save();
 
 		return [