debug change directory

This commit is contained in:
Cyprian Beauvois 2019-02-21 13:27:49 +01:00
parent 86ccb710bc
commit c40c0a3c6a
1 changed files with 2 additions and 2 deletions

View File

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