From 321da764263a0c505ece89bd17b094087ec177f2 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 10 Aug 2017 20:07:13 +0200 Subject: [PATCH] Use functions class --- Datatypes/SmartDateTime.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Datatypes/SmartDateTime.php b/Datatypes/SmartDateTime.php index fb66a0a8a..ca879f39a 100644 --- a/Datatypes/SmartDateTime.php +++ b/Datatypes/SmartDateTime.php @@ -15,6 +15,8 @@ declare(strict_types=1); namespace phpOMS\Datatypes; +use phpOMS\Math\Functions; + /** * SmartDateTime. *