Skip to content

Commit

Permalink
Removed unneeded method hide()
Browse files Browse the repository at this point in the history
  • Loading branch information
apphp committed Dec 17, 2020
1 parent 674b69f commit 01bdce7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Apphp/Flash/FlashNotifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,16 +165,6 @@ public function button()
return $this->updateLastMessage(['button' => true]);
}

/**
* Add an attribute "hide" to the session
*
* @return $this
*/
public function hide()
{
return $this->updateLastMessage(['hide' => true]);
}

/**
* Clear all messages
*
Expand Down

0 comments on commit 01bdce7

Please sign in to comment.