Have to make this match the trait

This commit is contained in:
Lance Pioch 2024-10-19 21:19:59 -04:00
parent 38be89a71e
commit bb5955cff4

View File

@ -40,8 +40,10 @@ abstract class IntegrationTestCase extends TestCase
/**
* The database connections that should have transactions.
*
* @return array
*/
protected function connectionsToTransact(): array
protected function connectionsToTransact()
{
return [DB::getDriverName()];
}