X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fmain%2Fclasses%2Fpoints%2Fclass_UserPoints.php;fp=inc%2Fmain%2Fclasses%2Fpoints%2Fclass_UserPoints.php;h=0961a489cb81d5dd5710ab91477c43dec50f2f97;hp=b3f836e5bf48feeaca13ea85dcc10a05fb7a9e3f;hb=3493ca0979684fe2704ff9c0548ee3945b5244a1;hpb=34bf02ea7094cffa13589b6b8d32fd80d29a8a6d diff --git a/inc/main/classes/points/class_UserPoints.php b/inc/main/classes/points/class_UserPoints.php index b3f836e5..0961a489 100644 --- a/inc/main/classes/points/class_UserPoints.php +++ b/inc/main/classes/points/class_UserPoints.php @@ -3,6 +3,7 @@ namespace CoreFramework\User\Point; // Import framework stuff +use CoreFramework\Criteria\Storing\StoreableCriteria; use CoreFramework\Factory\Database\Wrapper\DatabaseWrapperFactory; use CoreFramework\Factory\ObjectFactory; use CoreFramework\Object\BaseFrameworkSystem;