Skip to content

Commit 7946cd0

Browse files
GautierDeleStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 6013be5 commit 7946cd0

File tree

5 files changed

+1
-5
lines changed

5 files changed

+1
-5
lines changed

src/Http/Requests/MutateRequest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Lomkit\Rest\Http\Requests;
44

5-
use Illuminate\Support\Arr;
65
use Illuminate\Validation\Rule;
76
use Lomkit\Rest\Http\Resource;
87
use Lomkit\Rest\Rules\ArrayWith;

src/Relations/BelongsToMany.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Lomkit\Rest\Relations;
44

55
use Illuminate\Database\Eloquent\Model;
6-
use Illuminate\Support\Arr;
76
use Lomkit\Rest\Concerns\Relations\HasPivotFields;
87
use Lomkit\Rest\Contracts\QueryBuilder;
98
use Lomkit\Rest\Contracts\RelationResource;

src/Relations/MorphToMany.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Lomkit\Rest\Relations;
44

55
use Illuminate\Database\Eloquent\Model;
6-
use Illuminate\Support\Arr;
76
use Lomkit\Rest\Concerns\Relations\HasPivotFields;
87
use Lomkit\Rest\Contracts\QueryBuilder;
98
use Lomkit\Rest\Contracts\RelationResource;

src/Relations/MorphedByMany.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Lomkit\Rest\Relations;
44

55
use Illuminate\Database\Eloquent\Model;
6-
use Illuminate\Support\Arr;
76
use Lomkit\Rest\Concerns\Relations\HasPivotFields;
87
use Lomkit\Rest\Contracts\QueryBuilder;
98
use Lomkit\Rest\Contracts\RelationResource;

src/Rules/ArrayWith.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ public function validate(string $attribute, mixed $value, \Closure $fail): void
2424
}
2525
}
2626
}
27-
}
27+
}

0 commit comments

Comments
 (0)