Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit feba2c4

Browse files
committed
Consistency: Use Hoa\Consistency.
1 parent 2a41dfe commit feba2c4

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

Layer/Pdo/Pdo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
namespace Hoa\Database\Layer\Pdo;
3838

39-
use Hoa\Core;
39+
use Hoa\Consistency;
4040
use 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');

Query/Query.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
namespace 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');

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@
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"

0 commit comments

Comments
 (0)