debug change directory

This commit is contained in:
2019-02-21 13:27:49 +01:00
parent 86ccb710bc
commit c40c0a3c6a

View File

@@ -35,7 +35,7 @@ class StorageExtension extends Extension
public function getAlias() public function getAlias()
{ {
dump(parent::getAlias()); die; return ('bluesquare/storage');
return parent::getAlias(); // TODO: Change the autogenerated stub // return parent::getAlias(); // TODO: Change the autogenerated stub
} }
} }