khalyomede/laravel-seed

View on GitHub
src/Commands/SeedMake.php

Summary

Maintainability
A
2 hrs
Test Coverage

SeedMake has 22 functions (exceeds 20 allowed). Consider refactoring.
Open

class SeedMake extends Command
{
    use CapableOfRunningSeeds;

    protected $signature = "seed:make {name : The name of the seeder. Can have sub folders in the name.} {--f|force : Will erase any existing file.} {--m|model= : The model into which to seed data.}";
Severity: Minor
Found in src/Commands/SeedMake.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status