Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Feb 18, 2023
1 parent f9098eb commit 25d7982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Eloquent/ExtendsBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

use Illuminate\Database\Eloquent\Builder;
use Illuminate\Support\Collection;
use function lcfirst;
use ReflectionClass;
use ReflectionMethod as Method;
use SplFixedArray;
use function lcfirst;
use function str_starts_with;
use function strlen;
use function substr;
Expand Down

0 comments on commit 25d7982

Please sign in to comment.