From 01bdce72f6cef4e16a6dbf9f94d52a0160d8cb54 Mon Sep 17 00:00:00 2001 From: Samuel Akopyan Date: Thu, 17 Dec 2020 12:17:29 +0200 Subject: [PATCH] Removed unneeded method hide() --- src/Apphp/Flash/FlashNotifier.php | 10 ---------- 1 file changed, 10 deletions(-) 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 *