Switch namespace back to App

This commit is contained in:
Lance Pioch
2024-03-12 22:39:16 -04:00
parent f0489f677b
commit c83dd86a41
837 changed files with 3421 additions and 6605 deletions

View File

@@ -1,10 +1,10 @@
<?php
namespace Pterodactyl\Http\Middleware\Activity;
namespace App\Http\Middleware\Activity;
use Illuminate\Http\Request;
use Pterodactyl\Models\ApiKey;
use Pterodactyl\Facades\LogTarget;
use App\Models\ApiKey;
use App\Facades\LogTarget;
class TrackAPIKey
{