mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
Switch namespace back to App
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user