Skip to content

Commit

Permalink
Merge pull request #1964 from Giacomo92/pr_1378
Browse files Browse the repository at this point in the history
[Updated PR#1378] Fix Carbon import on Model as Laravel
  • Loading branch information
jenssegers committed Feb 15, 2020
2 parents c0966a9 + 3c7d4a4 commit 6cea8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jenssegers/Mongodb/Eloquent/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Jenssegers\Mongodb\Eloquent;

use Carbon\Carbon;
use Illuminate\Support\Carbon;
use DateTime;
use Illuminate\Contracts\Queue\QueueableCollection;
use Illuminate\Contracts\Queue\QueueableEntity;
Expand Down

0 comments on commit 6cea8aa

Please sign in to comment.