Skip to content

Call to undefined method BeyondCode\LaravelMaskedDumper\DumpSchema::__set_state() #21

Closed
@gggolddeity

Description

@gggolddeity

Getting this error on config:cache execution

Using dump schema file:

class DumpSchema extends \BeyondCode\LaravelMaskedDumper\DumpSchema
{
/**
* @throws Exception
*/
public function getConnection(): ConnectionInterface
{
$connection = parent::getConnection();
$connection->getDoctrineSchemaManager()->getDatabasePlatform()->registerDoctrineTypeMapping('enum', 'string');

    return $connection;
}

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions