Skip to content

Commit

Permalink
Update phpstan-bootstrap.php
Browse files Browse the repository at this point in the history
Co-authored-by: kenjis <[email protected]>
  • Loading branch information
samsonasik and kenjis authored May 31, 2022
1 parent 19df3a3 commit 724828d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpstan-bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

require_once 'system/Test/bootstrap.php';
require __DIR__ . '/system/Test/bootstrap.php';

if (! defined('OCI_COMMIT_ON_SUCCESS')) {
define('OCI_COMMIT_ON_SUCCESS', 32);
Expand Down

0 comments on commit 724828d

Please sign in to comment.