diff --git a/src/Apphp/Flash/FlashNotifier.php b/src/Apphp/Flash/FlashNotifier.php index f60d73e..324f6d4 100644 --- a/src/Apphp/Flash/FlashNotifier.php +++ b/src/Apphp/Flash/FlashNotifier.php @@ -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 *