We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18e697c + 5d0b761 commit eea7c99Copy full SHA for eea7c99
1 file changed
src/Bookboon/ApiBundle/Helper/ConfigurationHolder.php
@@ -61,7 +61,7 @@ public function getBranding()
61
*/
62
public function getRotation()
63
{
64
- return isset($this->_config['rotation']) ? $this->_config['branding'] : null;
+ return isset($this->_config['rotation']) ? $this->_config['rotation'] : null;
65
}
66
67
/**
0 commit comments