From e41770bf6b7fee16732523e8b4f8fce02fc3085c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Mon, 6 Jul 2020 14:25:29 +0200 Subject: [PATCH] model -> trait --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f172c8..434e7f3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ composer require stancl/virtual-column ## Usage -Use the `VirtualColumn` model on your model: +Use the `VirtualColumn` trait on your model: ```php use Illuminate\Database\Eloquent\Model; use Stancl\VirtualColumn\VirtualColumn;