CodeIgniter4/phpstan-bootstrap.php

8 lines
141 B
PHP
Raw Permalink Normal View History

<?php
require __DIR__ . '/system/Test/bootstrap.php';
if (! defined('OCI_COMMIT_ON_SUCCESS')) {
define('OCI_COMMIT_ON_SUCCESS', 32);
2022-05-31 06:33:09 +07:00
}