Skip to content
This repository was archived by the owner on Feb 16, 2022. It is now read-only.

Commit 2632890

Browse files
committed
Merge branch 'develop' of github.com:rinvex/laravel-bookings into develop
* 'develop' of github.com:rinvex/laravel-bookings: #18 add missing use statement
2 parents d3199b5 + 422f8ea commit 2632890

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Traits/Bookable.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
use Illuminate\Database\Eloquent\Model;
88
use Rinvex\Bookings\Models\BookableBooking;
99
use Illuminate\Database\Eloquent\Relations\MorphMany;
10+
use Carbon\Carbon;
1011

1112
trait Bookable
1213
{

0 commit comments

Comments
 (0)