Skip to content

Commit 343b3ee

Browse files
committed
add property into Attribute model
1 parent 1fc09e2 commit 343b3ee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Attribute.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
use Illuminate\Database\Eloquent\Model;
66

7+
/**
8+
* @property string $title
9+
* @property string $value
10+
* @property string $attributable
11+
* @property string|int $attributable_id
12+
*/
713
class Attribute extends Model
814
{
915
protected $guarded = [];

0 commit comments

Comments
 (0)