mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Have to make this match the trait
This commit is contained in:
@@ -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()];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user