Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit 1d95098

Browse files
committed
chore: apply cs fixes
1 parent 395b9a7 commit 1d95098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros/whereLike.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22

3+
use Illuminate\Database\Eloquent\Builder;
34
use Illuminate\Support\Arr;
45
use Illuminate\Support\Str;
5-
use Illuminate\Database\Eloquent\Builder;
66

77
Builder::macro('whereLike', function ($columns, string $value) {
88
$this->where(function (Builder $query) use ($columns, $value) {

0 commit comments

Comments
 (0)