Browse Source

Add Purify

Daniel Supernault 2 năm trước cách đây
mục cha
commit
8b3d1eeb5e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/Jobs/StatusPipeline/StatusRemoteUpdatePipeline.php

+ 1 - 0
app/Jobs/StatusPipeline/StatusRemoteUpdatePipeline.php

@@ -13,6 +13,7 @@ use App\ModLog;
 use App\Status;
 use App\Models\StatusEdit;
 use App\Services\StatusService;
+use Purify;
 
 class StatusRemoteUpdatePipeline implements ShouldQueue
 {