EscolaLMS/API

View on GitHub
app/Providers/ShopServiceProvider.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method register has 64 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function register()
    {
        $this->productServiceContract = app(ProductServiceContract::class);

        Shop::registerProductableClass(Consultation::class);
Severity: Major
Found in app/Providers/ShopServiceProvider.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status