betagt/useraclmanager

View on GitHub
src/RouteRegistrar.php

Summary

Maintainability
A
3 hrs
Test Coverage

Method crudRoutes has 99 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function crudRoutes(){
        Route::group(['prefix'=>'v1'], function () {
            Route::patch('user/password/change', [
                'as' => 'user.alterar_senha',
                'uses' => '\BetaGT\UserAclManager\Http\Controllers\Api\UserController@alterarSenha',
Severity: Major
Found in src/RouteRegistrar.php - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status