예제 #1
0
파일: Alert.php 프로젝트: xandros15/aigisu
 public static function add($message, $type = self::SUCCESS)
 {
     static::$flashes->add($message, $type);
 }