*/ protected $casts = [ 'is_enabled' => 'boolean', ]; public function competition(): BelongsTo { return $this->belongsTo(Competition::class); } }