Updates to 03-2025
This commit is contained in:
parent
881fc84207
commit
4eb83def39
142 changed files with 21396 additions and 11243 deletions
|
|
@ -24,6 +24,10 @@ use Illuminate\Database\Eloquent\Model;
|
|||
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\TravelCategory query()
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\TravelCategory whereId($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\TravelCategory whereName($value)
|
||||
* @property int|null $active
|
||||
* @property-read Collection<int, \App\Models\TravelProgram> $travel_programs
|
||||
* @property-read int|null $travel_programs_count
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|TravelCategory whereActive($value)
|
||||
* @mixin \Eloquent
|
||||
*/
|
||||
class TravelCategory extends Model
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue