Showing 1 of 1 total issue
SeedMake
has 21 functions (exceeds 20 allowed). Consider refactoring. Open
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.}';