Esempio n. 1
0
 static function get()
 {
     if (self::$data === null) {
         self::$data = Toml\Parser::fromFile('config/config.toml');
     }
     return self::$data;
 }