lazyrecord\schema\SchemaGenerator::__construct PHP Method

__construct() public method

public __construct ( ConfigLoader $config )
$config LazyRecord\ConfigLoader
    public function __construct(ConfigLoader $config)
    {
        $this->config = $config;
        // ConfigLoader::getInstance();
    }