guilhermeslk/laravel-realtime-chat

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

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function run() {

        DB::table('conversations_users')->delete();

        $user1 = DB::table('users')->where('username', 'heisenberg')->first();
Severity: Minor
Found in app/database/seeds/ConversationsUsersTableSeeder.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status