Programming Language PHP

Namespace Bavix\Wallet

Class WalletConfigure

Total Examples 1

1 code examples of PHP Bavix\Wallet\WalletConfigure extracted from open source projects

Was this example useful?
0
                                                    /**
     * Determine if we should register the migrations.
     */
    private function shouldMigrate(): bool
    {
        return WalletConfigure::isRunsMigrations();
    }
                                            
WalletConfigure's Other Methods
WalletConfigure's Other Methods