diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2015-12-08 21:39:21 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2015-12-08 21:39:21 +0100 |
commit | 3c92894fb24a3689143ef00a48f4f3934f27d48a (patch) | |
tree | cb214220d967b8f8394c5fe41dc87949a3ea1934 /Model | |
parent | eac7c9a86ea5c94a55b1b99b04b851243410073d (diff) | |
download | Praspel-3c92894fb24a3689143ef00a48f4f3934f27d48a.zip Praspel-3c92894fb24a3689143ef00a48f4f3934f27d48a.tar.gz Praspel-3c92894fb24a3689143ef00a48f4f3934f27d48a.tar.bz2 |
Consistency: Use `Hoa\Consistency`.
Diffstat (limited to 'Model')
-rw-r--r-- | Model/Variable/Variable.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Model/Variable/Variable.php b/Model/Variable/Variable.php index 8c16410..3e52081 100644 --- a/Model/Variable/Variable.php +++ b/Model/Variable/Variable.php @@ -36,7 +36,7 @@ namespace Hoa\Praspel\Model\Variable; -use Hoa\Core; +use Hoa\Consistency; use Hoa\Math; use Hoa\Praspel; use Hoa\Realdom; @@ -464,4 +464,4 @@ class Variable /** * Flex entity. */ -Core\Consistency::flexEntity('Hoa\Praspel\Model\Variable\Variable'); +Consistency::flexEntity('Hoa\Praspel\Model\Variable\Variable'); |