Caffeinated\Modules\Console\Commands\ModuleMigrateRefreshCommand::needsSeeding PHP Method

needsSeeding() protected method

Determine if the developer has requested database seeding.
protected needsSeeding ( ) : boolean
return boolean
    protected function needsSeeding()
    {
        return $this->option('seed');
    }