alientronics/fleetany-web

View on GitHub
app/Http/Controllers/InviteController.php

Summary

Maintainability
A
1 hr
Test Coverage

Method storeInvite has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function storeInvite()
    {
        try {
            $this->userRepo->validator();
            $inputs = $this->request->all();
Severity: Minor
Found in app/Http/Controllers/InviteController.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status