diff --git a/assets/config.php b/assets/config.php index 508b79d9..844b8d93 100644 --- a/assets/config.php +++ b/assets/config.php @@ -265,11 +265,6 @@ return [ // '--force' => true, ], - /** - * Should tenant databases be deleted asynchronously in a queued job. - */ - 'queue_database_deletion' => false, - /** * Automatically delete the tenant's database after the tenant is deleted. * @@ -277,6 +272,11 @@ return [ */ 'delete_database_after_tenant_deletion' => false, + /** + * Should tenant databases be deleted asynchronously in a queued job. + */ + 'queue_database_deletion' => false, + /** * If you don't supply an id when creating a tenant, this class will be used to generate a random ID. */