10 lines
114 B
PHP
10 lines
114 B
PHP
<?php
|
|
|
|
namespace {
|
|
|
|
use App\Proxy\VisitorProxy;
|
|
|
|
/** @var VisitorProxy $VISITOR */
|
|
$VISITOR = null;
|
|
}
|