فهرست منبع

Update StoryController, fix expiration time bug

Daniel Supernault 4 سال پیش
والد
کامیت
39e57f9506
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/Http/Controllers/StoryController.php

+ 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 [