Пример #1
0
 public static function add($message, $type = self::SUCCESS)
 {
     static::$flashes->add($message, $type);
 }