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 a567aad commit 39845e9Copy full SHA for 39845e9
app/Models/PhotoRating.php
@@ -16,12 +16,12 @@
16
/**
17
* App\Models\PhotoRating.
18
*
19
- * @property int $id
20
- * @property string $photo_id
21
- * @property int $user_id
22
- * @property int $rating
23
- * @property Photo $photo
24
- * @property User $user
+ * @property int $id
+ * @property string $photo_id
+ * @property int $user_id
+ * @property int $rating
+ * @property Photo $photo
+ * @property User $user
25
26
* @method static \Illuminate\Database\Eloquent\Builder|PhotoRating newModelQuery()
27
* @method static \Illuminate\Database\Eloquent\Builder|PhotoRating newQuery()
0 commit comments