guilhermeslk/laravel-realtime-chat

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

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function run() {

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

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

    There are no issues that match your filters.

    Category
    Status