소스 검색

Update InboxPipeline, add missing import

Daniel Supernault 4 년 전
부모
커밋
56256cb037
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      app/Jobs/InboxPipeline/InboxValidator.php
  2. 2 1
      app/Jobs/InboxPipeline/InboxWorker.php

+ 1 - 0
app/Jobs/InboxPipeline/InboxValidator.php

@@ -2,6 +2,7 @@
 
 namespace App\Jobs\InboxPipeline;
 
+use Cache;
 use App\Profile;
 use App\Util\ActivityPub\{
     Helpers,

+ 2 - 1
app/Jobs/InboxPipeline/InboxWorker.php

@@ -2,6 +2,7 @@
 
 namespace App\Jobs\InboxPipeline;
 
+use Cache;
 use App\Profile;
 use App\Util\ActivityPub\{
     Helpers,
@@ -103,7 +104,7 @@ class InboxWorker implements ShouldQueue
                     return;
                 }
             });
-            
+
             return;
         }