hnhdigital-os/laravel-database-seeder

View on GitHub
src/SeedFromCsvCommand.php

Summary

Maintainability
A
1 hr
Test Coverage

Method process has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function process($path)
    {
        $table_name = File::name($path);
        $table_name_array = explode('_', $table_name, 2);

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

    There are no issues that match your filters.

    Category
    Status