Skip to content

Commit

Permalink
Fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Aug 10, 2017
1 parent bb47f67 commit c38d379
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
CHANGELOG
==============

1.0.0-alpha4
-----------------
* Fixed bugs

1.0.0-alpha3
-----------------
* update
Expand Down
2 changes: 1 addition & 1 deletion src/TBackendAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public function getIsVisible()
* @param bool $isVisible
* @return $this
*/
public function setIsVisible(bool $isVisible)
public function setIsVisible($isVisible)
{
$this->_isVisible = $isVisible;
return $this;
Expand Down

0 comments on commit c38d379

Please sign in to comment.