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

Commit 8dfc1df

Browse files
committed
Update README
1 parent d08b78b commit 8dfc1df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ class TestModel extends Model
6868

6969
#### A note on the `uuid` blueprint method
7070

71-
Because we're currently not able to add new blueprint methods which can be used without overriding services,
72-
we decided to override the `uuid` behaviour which will create a `BINARY` column instead of a `CHAR(36)` column.
71+
Laravel currently doesn't allow adding new blueprint methods which can be used out of the box.
72+
Because of this, we decided to override the `uuid` behaviour which will create a `BINARY` column instead of a `CHAR(36)` column.
7373

7474
There are some cases in which Laravel's generated code will also use `uuid`, but doesn't support our binary implementation.
7575
An example are database notifications.

0 commit comments

Comments
 (0)