Explorar el Código

Update ReblogService

Daniel Supernault hace 3 años
padre
commit
4482482e2a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      app/Services/ReblogService.php

+ 2 - 2
app/Services/ReblogService.php

@@ -9,8 +9,8 @@ use App\Status;
 class ReblogService
 {
 	const CACHE_KEY = 'pf:services:reblogs:';
-	const REBLOGS_KEY = 'pf:services:reblogs:post:';
-	const COLDBOOT_KEY = 'pf:services:reblogs:post_:';
+	const REBLOGS_KEY = 'pf:services:reblogs:v1:post:';
+	const COLDBOOT_KEY = 'pf:services:reblogs:v1:post_:';
 
 	public static function get($profileId, $statusId)
 	{