warlof/seat-connector

View on GitHub
src/database/migrations/2020_03_26_110237_convert_to_seat_400.php

Summary

Maintainability
A
1 hr
Test Coverage

Method up has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function up()
    {
        DB::table('seat_connector_users')
            ->select('group_id')
            ->orderBy('group_id')
Severity: Minor
Found in src/database/migrations/2020_03_26_110237_convert_to_seat_400.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status