Skip to content

Commit c0df7ff

Browse files
author
Giacomo Fabbian
committed
[GF] Added missing import Date
1 parent fd4524d commit c0df7ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Jenssegers/Mongodb/Eloquent/Model.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
use Illuminate\Database\Eloquent\Model as BaseModel;
99
use Illuminate\Database\Eloquent\Relations\Relation;
1010
use Illuminate\Support\Arr;
11+
use Illuminate\Support\Facades\Date;
1112
use Illuminate\Support\Str;
1213
use Jenssegers\Mongodb\Query\Builder as QueryBuilder;
1314
use MongoDB\BSON\Binary;

0 commit comments

Comments
 (0)