Update StatusObserver, handle events after all transactions are committed

pull/3670/head
Daniel Supernault 2022-09-26 23:55:36 -06:00
rodzic 08ab19f0ea
commit 805a014e38
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -7,6 +7,13 @@ use App\Services\ProfileStatusService;
class StatusObserver
{
/**
* Handle events after all transactions are committed.
*
* @var bool
*/
public $afterCommit = true;
/**
* Handle the Status "created" event.
*