Skip to content

Commit 39845e9

Browse files
committed
Formatting
1 parent a567aad commit 39845e9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/Models/PhotoRating.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
/**
1717
* App\Models\PhotoRating.
1818
*
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
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
2525
*
2626
* @method static \Illuminate\Database\Eloquent\Builder|PhotoRating newModelQuery()
2727
* @method static \Illuminate\Database\Eloquent\Builder|PhotoRating newQuery()

0 commit comments

Comments
 (0)