Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
EngineMaster opened this issue Nov 7, 2024 · 0 comments

Comments

@EngineMaster
Copy link

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;
}

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant