InfyOm\Generator\Generators\MigrationGenerator::__construct PHP Method

__construct() public method

public __construct ( $commandData )
    public function __construct($commandData)
    {
        $this->commandData = $commandData;
        $this->path = config('infyom.laravel_generator.path.migration', base_path('database/migrations/'));
    }