|WebsiteBetaCode where($column, $operator = null, $value = null) * @method static \Illuminate\Database\Eloquent\Builder|WebsiteBetaCode whereCode($code) * @method static \Illuminate\Database\Eloquent\Builder|WebsiteBetaCode whereNull($columns, $boolean = 'and', $not = false) * @method static \Illuminate\Database\Eloquent\Builder|WebsiteBetaCode doesntExist() */ class WebsiteBetaCode extends Model { use BelongsToUser; #[\Override] protected $guarded = ['id', 'created_at', 'updated_at', 'code', 'user_id']; }