diff options
-rw-r--r-- | Praspel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Praspel.php b/Praspel.php index f1a870b..94f5a9e 100644 --- a/Praspel.php +++ b/Praspel.php @@ -165,7 +165,7 @@ Hoa\Core\Consistency::flexEntity('Hoa\Praspel\Praspel'); * @param string $praspel Praspel * @return \Hoa\Praspel\Model\Clause */ -if(!ƒ('praspel')) { +if(!function_exists('praspel')) { function praspel ( $praspel ) { return \Hoa\Praspel::interprete($praspel); |