AsgardCms/User

View on GitHub
Database/Seeders/SentinelGroupSeedTableSeeder.php

Summary

Maintainability
A
3 hrs
Test Coverage

Method run has 77 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function run()
    {
        Model::unguard();

        $groups = Sentinel::getRoleRepository();
Severity: Major
Found in Database/Seeders/SentinelGroupSeedTableSeeder.php - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status