We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 343b3ee commit aeb1b25Copy full SHA for aeb1b25
src/Attribute.php
@@ -5,9 +5,9 @@
5
use Illuminate\Database\Eloquent\Model;
6
7
/**
8
- * @property string $title
9
- * @property string $value
10
- * @property string $attributable
+ * @property string $title
+ * @property string $value
+ * @property string $attributable
11
* @property string|int $attributable_id
12
*/
13
class Attribute extends Model
0 commit comments