withdrawals.php 86 B

12345
  1. <?php
  2. return [
  3. 'pix_enabled' => (bool) env('PIX_WITHDRAWALS_ENABLED', false),
  4. ];