Skip to content
This repository was archived by the owner on Dec 10, 2018. It is now read-only.

Commit 9f667b5

Browse files
committed
Revert "doesn't -> does not"
This reverts commit 61f6971.
1 parent 20239aa commit 9f667b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ In your JSON you will see `uuid` and `country_uuid` in their textual representat
9797

9898
#### A note on the `uuid` blueprint method
9999

100-
Laravel currently does not allow adding new blueprint methods which can be used out of the box.
100+
Laravel currently doesn't allow adding new blueprint methods which can be used out of the box.
101101
Because of this, we decided to override the `uuid` behaviour which will create a `BINARY` column instead of a `CHAR(36)` column.
102102

103-
There are some cases in which Laravel's generated code will also use `uuid`, but does not support our binary implementation.
103+
There are some cases in which Laravel's generated code will also use `uuid`, but doesn't support our binary implementation.
104104
An example are database notifications.
105105
To make those work, you'll have to change the migration of those notifications to use `CHAR(36)`.
106106

0 commit comments

Comments
 (0)