Total Complexity | 3 |
Total Lines | 9 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
7 | class KMFunctions |
||
8 | { |
||
9 | public static function getMiddleware() |
||
10 | { |
||
11 | return config('apis_generator.middleware'); |
||
1 ignored issue
–
show
|
|||
12 | } |
||
13 | public static function getRequestAuthAccessibility() |
||
16 | } |
||
17 | } |
||
18 |