Total Complexity | 3 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
18 | class ServiceProvider implements ServiceProviderInterface |
||
19 | { |
||
20 | /** |
||
21 | * @param Container $app |
||
22 | * |
||
23 | * @author Caikeal <[email protected]> |
||
24 | */ |
||
25 | public function register(Container $app) |
||
36 |