Skip to content

Commit

Permalink
fix: provider visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Jan 31, 2024
1 parent 03d355f commit 97d6348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/api/CreatePollTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ public function setUp(): void
]);
}

protected function authorizedUserProvider(): array
public function authorizedUserProvider(): array
{
return [
[1],
[3],
];
}

protected function unauthorizedUserProvider(): array
public function unauthorizedUserProvider(): array
{
return [
[2],
Expand Down

0 comments on commit 97d6348

Please sign in to comment.