Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryk authored and github-actions[bot] committed Sep 15, 2022
1 parent be784a8 commit c7d944c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions src/Getters/Getter.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@
use JsonSerializable;
use ReturnTypeWillChange;
use Symfony\Component\HttpFoundation\Response;

use function tap;
use function throw_unless;

use Throwable;

/**
Expand Down
2 changes: 1 addition & 1 deletion tests/Feature/RepositorySearchServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public function test_can_search_using_belongs_to_field_with_custom_foreign_key()
]);

PostRepository::$related = [
'editor' => BelongsTo::make('editor', UserRepository::class)->searchable([
'editor' => BelongsTo::make('editor', UserRepository::class)->searchable([
'users.name',
]),
];
Expand Down
1 change: 0 additions & 1 deletion tests/Fields/FieldTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
use Binaryk\LaravelRestify\Tests\IntegrationTest;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Routing\Route;

use function PHPUnit\Framework\assertInstanceOf;
use function PHPUnit\Framework\assertSame;

Expand Down

0 comments on commit c7d944c

Please sign in to comment.