master

laravel/framework

Last updated at: 29/12/2023 09:21

ConditionExpression.php

TLDR

This file contains an interface called ConditionExpression which extends the Expression interface. It is located in the Illuminate\Contracts\Database\Query namespace.

Classes

[No classes are defined in this file]

<?php

namespace Illuminate\Contracts\Database\Query;

interface ConditionExpression extends Expression
{
}