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