This repository was archived by the owner on Feb 16, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
This project adheres to [ Semantic Versioning] ( CONTRIBUTING.md ) .
6
6
7
7
8
+ ## [ v1.0.1] - 2018-12-22
9
+ - Add missing use statement
10
+ - Update composer dependencies
11
+ - Add PHP 7.3 support to travis
12
+ - Fix MySQL / PostgreSQL json column compatibility
13
+
8
14
## [ v1.0.0] - 2018-10-01
9
15
- Enforce Consistency
10
16
- Support Laravel 5.7+
@@ -70,6 +76,7 @@ This project adheres to [Semantic Versioning](CONTRIBUTING.md).
70
76
## v0.0.1 - 2017-09-08
71
77
- Tag first release
72
78
79
+ [ v1.0.1 ] : https://github.com/rinvex/laravel-bookings/compare/v1.0.0...v1.0.1
73
80
[ v1.0.0 ] : https://github.com/rinvex/laravel-bookings/compare/v0.0.3...v1.0.0
74
81
[ v0.0.3 ] : https://github.com/rinvex/laravel-bookings/compare/v0.0.2...v0.0.3
75
82
[ v0.0.2 ] : https://github.com/rinvex/laravel-bookings/compare/v0.0.1...v0.0.2
Original file line number Diff line number Diff line change 4
4
5
5
namespace Rinvex \Bookings \Traits ;
6
6
7
+ use Carbon \Carbon ;
7
8
use Illuminate \Database \Eloquent \Model ;
8
9
use Rinvex \Bookings \Models \BookableBooking ;
9
10
use Illuminate \Database \Eloquent \Relations \MorphMany ;
10
- use Carbon \Carbon ;
11
11
12
12
trait Bookable
13
13
{
You can’t perform that action at this time.
0 commit comments