We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab3f943 commit 46c590eCopy full SHA for 46c590e
1 file changed
src/VirtualColumn.php
@@ -8,6 +8,8 @@
8
* This trait lets you add a "data" column functionality to any Eloquent model.
9
* It serializes attributes which don't exist as columns on the model's table
10
* into a JSON column named data (customizable by overriding getDataColumn).
11
+ *
12
+ * @mixin \Illuminate\Database\Eloquent\Model
13
*/
14
trait VirtualColumn
15
{
0 commit comments