mirror of
https://github.com/stan220/testcontainers-php.git
synced 2026-09-10 12:29:36 +00:00
cleanup
This commit is contained in:
@@ -21,10 +21,6 @@ class MySQLContainer extends Container
|
||||
$this->withWait(new WaitForLog('ready for connections'));
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated Use constructor instead
|
||||
* Left for backward compatibility
|
||||
*/
|
||||
public static function make(string $version = 'latest', string $mysqlRootPassword = 'root'): self
|
||||
{
|
||||
return new self($version, $mysqlRootPassword);
|
||||
@@ -44,4 +40,4 @@ class MySQLContainer extends Container
|
||||
|
||||
return $this;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user