Example #1
0
 /**
  * Get a MessageBag instance from the bags.
  *
  * @param  string $key
  *
  * @return \Th3FalleN\Support\Contracts\MessageBag
  */
 public function getBag($key)
 {
     return Arr::get($this->bags, $key) ?: new MessageBag();
 }