Merge pull request #2047 from shleeable/zttp

zttp typo
This commit is contained in:
daniel 2020-02-22 21:03:06 -07:00 committed by GitHub
commit 04a36049e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ use App\Util\ActivityPub\{
HttpSignature, HttpSignature,
Outbox Outbox
}; };
use \Zttp\Zttp; use Zttp\Zttp;
class FederationController extends Controller class FederationController extends Controller
{ {

View file

@ -13,7 +13,7 @@ use Illuminate\Queue\SerializesModels;
use Illuminate\Queue\InteractsWithQueue; use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Contracts\Queue\ShouldQueue; use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Foundation\Bus\Dispatchable; use Illuminate\Foundation\Bus\Dispatchable;
use \Zttp\Zttp; use Zttp\Zttp;
class InboxValidator implements ShouldQueue class InboxValidator implements ShouldQueue
{ {