Skip to content

Commit

Permalink
Merge pull request #6323 from kenjis/fix-OCI8-Entity
Browse files Browse the repository at this point in the history
fix: OCI8 uses deprecated Entity
  • Loading branch information
samsonasik committed Aug 1, 2022
2 parents d7ba764 + 95524d8 commit 0e70ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Database/OCI8/Result.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

use CodeIgniter\Database\BaseResult;
use CodeIgniter\Database\ResultInterface;
use CodeIgniter\Entity;
use CodeIgniter\Entity\Entity;

/**
* Result for OCI8
Expand Down

0 comments on commit 0e70ccd

Please sign in to comment.