Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tpetry authored Feb 21, 2024
1 parent 87430a1 commit cbd98cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Schema::table('users', function (Blueprint $table) {
});
```

To use the case-when in a `Select` wrap it in an `Alias`. Example:
To use the case-when in a `Select` wrap it in an `Alias`:

```php
use Tpetry\QueryExpressions\Language\{CaseGroup, CaseRule};
Expand Down

0 comments on commit cbd98cc

Please sign in to comment.