Skip to content

Commit cf13503

Browse files
GautierDeleStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 6c5da67 commit cf13503

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

tests/Feature/Controllers/SearchIncludingRelationshipsOperationsTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ public function test_getting_a_list_of_resources_including_distant_relation_with
269269
})
270270
->create()->fresh();
271271

272-
273272
$matchingModel2 = ModelFactory::new()->create()->fresh();
274273

275274
Gate::policy(Model::class, GreenPolicy::class);

tests/Support/Rest/Resources/BelongsToManyQueryChangesResource.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
namespace Lomkit\Rest\Tests\Support\Rest\Resources;
44

5-
use Lomkit\Rest\Concerns\Resource\DisableGates;
6-
use Lomkit\Rest\Http\Requests\RestRequest;
7-
use Lomkit\Rest\Http\Resource;
8-
use Lomkit\Rest\Tests\Support\Models\BelongsToManyRelation;
9-
105
class BelongsToManyQueryChangesResource extends BelongsToManyResource
116
{
127
public function searchQuery(\Lomkit\Rest\Http\Requests\RestRequest $request, \Illuminate\Contracts\Database\Eloquent\Builder $query)

0 commit comments

Comments
 (0)