Fixed rhpz.org

This commit is contained in:
2026-07-02 10:41:31 +02:00
parent 04b9db3359
commit 96d2623b67
13 changed files with 47 additions and 7 deletions

View File

@@ -105,6 +105,11 @@ use Spatie\Activitylog\Support\LogOptions;
* @property-read float $average_rating
* @property-read int $reviews_count_cached
* @property-read string $description_html
* @property int $nsfw
* @property int $old_download_count
* @property-read int $total_downloads
* @method static Builder<static>|Entry whereNsfw($value)
* @method static Builder<static>|Entry whereOldDownloadCount($value)
* @mixin \Eloquent
*/
class Entry extends Model