fix cs
This commit is contained in:
@@ -46,9 +46,10 @@ abstract class BaseModule extends ContainerAware
|
||||
|
||||
public function getContainer()
|
||||
{
|
||||
if($this->hasContainer() === false) {
|
||||
if ($this->hasContainer() === false) {
|
||||
throw new \RuntimeException("Sorry, container his not available in this context");
|
||||
}
|
||||
|
||||
return $this->container;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user