luyadev/luya-module-admin

View on GitHub
src/migrations/m200128_141129_v3_update.php

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

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

    public function safeUp()
    {
        // user login agent
        $this->addColumn('{{%admin_user_login}}', 'user_agent', $this->string());

Severity: Minor
Found in src/migrations/m200128_141129_v3_update.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status