end module removal

This commit is contained in:
Manuel Raynaud
2013-10-21 11:30:19 +02:00
parent a10fa20340
commit 28b7423443
5 changed files with 56 additions and 4 deletions

View File

@@ -225,7 +225,7 @@ abstract class BaseModule extends ContainerAware
return basename(dirname($this->reflected->getFileName()));
}
public function install()
public function install(ConnectionInterface $con = null)
{
}
@@ -249,7 +249,7 @@ abstract class BaseModule extends ContainerAware
}
public function destroy()
public function destroy(ConnectionInterface $con = null)
{
}