Skip to content

Commit

Permalink
fix styleci for property in Attribute model
Browse files Browse the repository at this point in the history
  • Loading branch information
milwad-dev committed Apr 6, 2023
1 parent 343b3ee commit aeb1b25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Attribute.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
use Illuminate\Database\Eloquent\Model;

/**
* @property string $title
* @property string $value
* @property string $attributable
* @property string $title
* @property string $value
* @property string $attributable
* @property string|int $attributable_id
*/
class Attribute extends Model
Expand Down

0 comments on commit aeb1b25

Please sign in to comment.