mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-11 15:10:54 +00:00
Clean Code
This commit is contained in:
@@ -18,8 +18,6 @@ class AuthController extends Controller
|
||||
{
|
||||
use ClientApiResponse;
|
||||
|
||||
private static $method;
|
||||
|
||||
public function __construct(Request $request)
|
||||
{
|
||||
if (str_contains($request->userAgent(), 'bob_vpn')) {
|
||||
|
||||
@@ -26,8 +26,6 @@ class ClientController extends Controller
|
||||
{
|
||||
use ClientApiResponse;
|
||||
|
||||
private static $method;
|
||||
|
||||
public function __construct(Request $request)
|
||||
{
|
||||
if (str_contains($request->userAgent(), 'bob_vpn')) {
|
||||
|
||||
Reference in New Issue
Block a user