From aeb1b251ede7552a5cb883dd501f08e0dd82fed1 Mon Sep 17 00:00:00 2001 From: miladev-ent Date: Thu, 6 Apr 2023 11:42:34 +0330 Subject: [PATCH] fix styleci for property in Attribute model --- src/Attribute.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Attribute.php b/src/Attribute.php index a8caacd..3ce73d5 100644 --- a/src/Attribute.php +++ b/src/Attribute.php @@ -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