Skip to content

Commit 5c7d9ac

Browse files
committed
formatting
1 parent 1bdfaf1 commit 5c7d9ac

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Support/MessageBag.php

+8-8
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@ public function keys();
2222
*/
2323
public function add($key, $message);
2424

25-
/**
26-
* Remove a message from the bag.
27-
*
28-
* @param string $key
29-
* @return $this
30-
*/
31-
public function remove($key);
32-
3325
/**
3426
* Merge a new array of messages into the bag.
3527
*
@@ -72,6 +64,14 @@ public function get($key, $format = null);
7264
*/
7365
public function all($format = null);
7466

67+
/**
68+
* Remove a message from the bag.
69+
*
70+
* @param string $key
71+
* @return $this
72+
*/
73+
public function forget($key);
74+
7575
/**
7676
* Get the raw messages in the container.
7777
*

0 commit comments

Comments
 (0)