debug change directory
This commit is contained in:
parent
86ccb710bc
commit
c40c0a3c6a
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue