-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_ide_helper.php
40 lines (31 loc) · 1.03 KB
/
_ide_helper.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?php
/**
* This file is part of the guanguans/laravel-proxy-manager.
*
* (c) guanguans <[email protected]>
*
* This source file is subject to the MIT license that is bundled.
*/
namespace {
class AccessInterceptorScopeLocalizerFactory extends \Guanguans\LaravelProxyManager\Facades\AccessInterceptorScopeLocalizerFactory
{
}
class AccessInterceptorValueHolderFactory extends \Guanguans\LaravelProxyManager\Facades\AccessInterceptorValueHolderFactory
{
}
class LazyLoadingGhostFactory extends \Guanguans\LaravelProxyManager\Facades\LazyLoadingGhostFactory
{
}
class LazyLoadingValueHolderFactory extends \Guanguans\LaravelProxyManager\Facades\LazyLoadingValueHolderFactory
{
}
class NullObjectFactory extends \Guanguans\LaravelProxyManager\Facades\NullObjectFactory
{
}
class RemoteObjectFactory extends \Guanguans\LaravelProxyManager\Facades\RemoteObjectFactory
{
}
class ProxyManager extends \Guanguans\LaravelProxyManager\Facades\ProxyManager
{
}
}