Skip to content

Commit b23069c

Browse files
authored
implements conditionExpression instead of expression
1 parent 51c3c25 commit b23069c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Language/CaseGroup.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
namespace Tpetry\QueryExpressions\Language;
66

7-
use Illuminate\Contracts\Database\Query\Expression;
7+
use Illuminate\Contracts\Database\Query\ConditionExpression;
88
use Illuminate\Database\Grammar;
99
use Tpetry\QueryExpressions\Concerns\IdentifiesDriver;
1010
use Tpetry\QueryExpressions\Concerns\StringizeExpression;
1111

12-
class CaseGroup implements Expression
12+
class CaseGroup implements ConditionExpression
1313
{
1414
use IdentifiesDriver;
1515
use StringizeExpression;

0 commit comments

Comments
 (0)