mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2025-12-12 09:34:04 +00:00
model -> trait
This commit is contained in:
parent
1418a51fef
commit
e41770bf6b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue