madbob/GASdottoNG

View on GitHub
code/app/Http/Controllers/Auth/RegisterController.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    protected function create(array $data)
    {
        $gas = Gas::find($data['gas_id']);

        $user = new User();
Severity: Minor
Found in code/app/Http/Controllers/Auth/RegisterController.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status