luyadev/luya-module-admin

View on GitHub
src/migrations/m180723_120432_indexes.php

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

Method safeUp has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function safeUp()
    {
        // admin_auth
        $this->createIndex('index_route', '{{%admin_auth}}', ['route']);
        $this->createIndex('index_api', '{{%admin_auth}}', ['api']);
Severity: Minor
Found in src/migrations/m180723_120432_indexes.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status