Update StoryController, add postgres bug fix

pull/3124/head
Daniel Supernault 2022-01-05 18:17:05 -07:00
rodzic 454b4e21dd
commit ddf41dc347
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -46,6 +46,8 @@ class StoryController extends StoryComposeController
$r = new \StdClass;
$r->id = $s->id;
$r->profile_id = $s->profile_id;
$r->type = $s->type;
$r->path = $s->path;
return $r;
})
->unique('profile_id');