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