mirror of
https://github.com/silverstripe/silverstripe-testsession
synced 2024-10-22 14:06:00 +02:00
Merge pull request #55 from open-sausages/pulls/3/remove-construct-extension
API Remove reference to removed constructExtension() method
This commit is contained in:
commit
eb1ae314ea
@ -78,7 +78,6 @@ class TestSessionEnvironment
|
|||||||
|
|
||||||
public function __construct($id = null)
|
public function __construct($id = null)
|
||||||
{
|
{
|
||||||
$this->constructExtensions();
|
|
||||||
if ($id) {
|
if ($id) {
|
||||||
$this->id = $id;
|
$this->id = $id;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user