소스 검색

fixed lu date time name

develop
Robin Thoni 8 년 전
부모
커밋
6f96f87d92
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/Utils/Dbo/LuDbo.php

+ 1
- 1
src/Utils/Dbo/LuDbo.php 파일 보기

@@ -97,7 +97,7 @@ abstract class LuDbo implements \JsonSerializable {
97 97
         }
98 98
         else if ($type == "datetime" || $type == "date" || $type == "DateTime"
99 99
             || $type == 'Carbon\Carbon' || $type == 'Carbon') {
100
-            $dbo = LuDateDateTime::jsonDeserialize($value);
100
+            $dbo = LuDateTimeDbo::jsonDeserialize($value);
101 101
             $dbo->checkConstraints($constraints);
102 102
             return $dbo->getDateTime();
103 103
         }

Loading…
취소
저장