mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2025-12-12 19:34:05 +00:00
Add L10 support
This commit is contained in:
parent
46c590e240
commit
2418a9e349
3 changed files with 6 additions and 6 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Installation
|
||||
|
||||
Supports Laravel 6, 7, 8, and 9.
|
||||
Supports Laravel 6, 7, 8, 9 and 10.
|
||||
|
||||
```
|
||||
composer require stancl/virtualcolumn
|
||||
|
|
@ -20,7 +20,7 @@ class MyModel extends Model
|
|||
use VirtualColumn;
|
||||
|
||||
public $guarded = [];
|
||||
|
||||
|
||||
public static function getCustomColumns(): array
|
||||
{
|
||||
return [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue