Fix method visibility

This commit is contained in:
James Cole
2024-09-14 11:36:57 +02:00
parent a6aa145471
commit 9452e93f22
3 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ final class CategoryControllerTest extends TestCase
*/
use RefreshDatabase;
private function createAuthenticatedUser(): User
protected function createAuthenticatedUser(): User
{
return User::create([
'email' => 'test@email.com',