Beispiel #1
0
 /**
  * Get all errors
  *
  * @return  array
  */
 public function errors()
 {
     return $this->flash->get(self::FLASH_KEY_ERRORS, []);
 }