Skip to content

Commit

Permalink
add property into Attribute model
Browse files Browse the repository at this point in the history
  • Loading branch information
milwad-dev committed Apr 6, 2023
1 parent 1fc09e2 commit 343b3ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Attribute.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

use Illuminate\Database\Eloquent\Model;

/**
* @property string $title
* @property string $value
* @property string $attributable
* @property string|int $attributable_id
*/
class Attribute extends Model
{
protected $guarded = [];
Expand Down

0 comments on commit 343b3ee

Please sign in to comment.