collective-thinking/laravel-seed

View on GitHub

Showing 1 of 1 total issue

SeedMake has 21 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
    Severity
    Category
    Status
    Source
    Language