Skip to content

Commit 46c590e

Browse files
authored
Add @mixin annotation
1 parent ab3f943 commit 46c590e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/VirtualColumn.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
* This trait lets you add a "data" column functionality to any Eloquent model.
99
* It serializes attributes which don't exist as columns on the model's table
1010
* into a JSON column named data (customizable by overriding getDataColumn).
11+
*
12+
* @mixin \Illuminate\Database\Eloquent\Model
1113
*/
1214
trait VirtualColumn
1315
{

0 commit comments

Comments
 (0)