Total Complexity | 4 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
11 | class GdaemonApiAuth |
||
12 | { |
||
13 | private $repository; |
||
14 | |||
15 | public function __construct(\Gameap\Repositories\NodeRepository $dedicatedServersRepository) |
||
18 | } |
||
19 | |||
20 | /** |
||
21 | * Handle an incoming request. |
||
22 | * |
||
23 | * @param \Illuminate\Http\Request $request |
||
24 | * @param \Closure $next |
||
25 | * @return mixed |
||
26 | */ |
||
27 | public function handle($request, Closure $next) |
||
46 |