EscolaLMS/API

View on GitHub
database/seeds/PermissionsSeeder.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function run()
    {
        // first populate roles & permissions
        $this->call(RoleTableSeeder::class);
        $this->call(AuthPermissionSeeder::class);
Severity: Minor
Found in database/seeds/PermissionsSeeder.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status