Updates to 03-2025

This commit is contained in:
Kevin Adametz 2025-04-01 10:40:14 +02:00
parent 881fc84207
commit 4eb83def39
142 changed files with 21396 additions and 11243 deletions

View file

@ -94,7 +94,6 @@ use HTMLHelper;
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Feedback whereTravelProgram($value)
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Feedback whereTreeRoot($value)
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Feedback whereUpdatedAt($value)
* @mixin \Eloquent
* @property int|null $travel_guide_content_id
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Feedback newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Feedback newQuery()
@ -105,6 +104,20 @@ use HTMLHelper;
* @property-read int|null $children_count
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Feedback whereBeforeTitle($value)
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Feedback whereTitleShort($value)
* @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Page> $child_pages
* @property-read int|null $child_pages_count
* @property-read \App\Models\Page|null $page
* @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Page> $pages
* @property-read int|null $pages_count
* @property-read \App\Models\Page|null $parent_page
* @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\TravelCountry> $travel_countries
* @property-read int|null $travel_countries_count
* @property-read \App\Models\TravelCountry|null $travel_country
* @property-read \App\Models\TravelGuide|null $travel_guide
* @property-read \App\Models\TravelProgram|null $travel_program_content
* @method static \Illuminate\Database\Eloquent\Builder|Page findSimilarSlugs(string $attribute, array $config, string $slug)
* @method static \Illuminate\Database\Eloquent\Builder|Page withUniqueSlugConstraints(\Illuminate\Database\Eloquent\Model $model, string $attribute, array $config, string $slug)
* @mixin \Eloquent
*/
class Feedback extends Page
{