Example #1
0
 /**
  * Helper method, softly checks if a database is present.
  *
  * @return boolean 
  * @static 
  */
 public static function hasDatabase()
 {
     return \October\Rain\Database\Dongle::hasDatabase();
 }