1 code examples of PHP Bavix\Wallet\WalletConfigure extracted from open source projects
/**
* Determine if we should register the migrations.
*/
private function shouldMigrate(): bool
{
return WalletConfigure::isRunsMigrations();
}