Updates to 03-2025
This commit is contained in:
parent
881fc84207
commit
4eb83def39
142 changed files with 21396 additions and 11243 deletions
|
|
@ -37,6 +37,12 @@ use Illuminate\Database\Eloquent\Model;
|
|||
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\TravelInsurance wherePremium($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\TravelInsurance whereRequestData($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\TravelInsurance whereUpdatedAt($value)
|
||||
* @property string|null $name
|
||||
* @property string $text
|
||||
* @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\TravelProgram> $travel_programs
|
||||
* @property-read int|null $travel_programs_count
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|TravelGerneralNote whereName($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|TravelGerneralNote whereText($value)
|
||||
* @mixin \Eloquent
|
||||
*/
|
||||
class TravelGerneralNote extends Model
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue