Skip to content

Commit 58f3ecc

Browse files
GromNaNgithub-actions[bot]
authored andcommitted
apply phpcbf formatting
1 parent 739cf42 commit 58f3ecc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Helpers/QueriesRelationships.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@
2121
use function array_map;
2222
use function class_basename;
2323
use function collect;
24-
use function get_class;
2524
use function in_array;
2625
use function is_array;
2726
use function is_string;
2827
use function method_exists;
29-
use function strpos;
28+
use function str_contains;
3029

3130
trait QueriesRelationships
3231
{

0 commit comments

Comments
 (0)