<?php
namespace App\Services;
class DevAutoConfirm
{
public function enabled(): bool
return (bool) env('PXG_DEV_AUTO_CONFIRM', false);
}