class Seed extends SeedCommand (View source)

Traits

Properties

protected $database
protected string $description

The console command description.

Methods

getOptions()

No description

void
__construct(ConnectionResolverInterface $resolver, DatabaseManager $database)

Create a new command instance.

mixed
handle()

Execute the console command.

Details

protected getOptions()

No description

void __construct(ConnectionResolverInterface $resolver, DatabaseManager $database)

Create a new command instance.

Parameters

ConnectionResolverInterface $resolver
DatabaseManager $database

Return Value

void

mixed handle()

Execute the console command.

Return Value

mixed