AsgardCms/User

View on GitHub
Database/Seeders/UsherTableSeeder.php

Summary

Maintainability
A
2 hrs
Test Coverage

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

    public function run()
    {
        $this->role->create(array(
            'name'        => 'Admin',
            'permissions' => [
Severity: Major
Found in Database/Seeders/UsherTableSeeder.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status