guilhermeslk/laravel-realtime-chat

View on GitHub
app/database/seeds/UsersTableSeeder.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function run() {
        DB::table('users')->delete();

        $users = array(
            array(
Severity: Minor
Found in app/database/seeds/UsersTableSeeder.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status