This repository was archived by the owner on Sep 20, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636
3737namespace Hoa \Database \Layer \Pdo ;
3838
39- use Hoa \Core ;
39+ use Hoa \Consistency ;
4040use Hoa \Database ;
4141
4242/**
@@ -363,4 +363,4 @@ public function getAttribute($attribute)
363363/**
364364 * Flex entity.
365365 */
366- Core \ Consistency::flexEntity ('Hoa\Database\Layer\Pdo\Pdo ' );
366+ Consistency::flexEntity ('Hoa\Database\Layer\Pdo\Pdo ' );
Original file line number Diff line number Diff line change 3636
3737namespace Hoa \Database \Query ;
3838
39- use Hoa \Core ;
39+ use Hoa \Consistency ;
4040
4141/**
4242 * Class \Hoa\Database\Query.
@@ -195,4 +195,4 @@ public static function getReference($id)
195195/**
196196 * Flex entity.
197197 */
198- Core \ Consistency::flexEntity ('Hoa\Database\Query\Query ' );
198+ Consistency::flexEntity ('Hoa\Database\Query\Query ' );
Original file line number Diff line number Diff line change 2222 "source" : " http://git.hoa-project.net/"
2323 },
2424 "require" : {
25- "hoa/core" : " ~2.0" ,
26- "hoa/event" : " ~0.0" ,
27- "hoa/exception" : " ~0.0" ,
28- "ext-pdo" : " *"
25+ "hoa/consistency" : " ~0.0" ,
26+ "hoa/core" : " ~2.0" ,
27+ "hoa/event" : " ~0.0" ,
28+ "hoa/exception" : " ~0.0" ,
29+ "ext-pdo" : " *"
2930 },
3031 "require-dev" : {
3132 "hoa/test" : " ~1.0"
You can’t perform that action at this time.
0 commit comments