コード例 #1
0
ファイル: _ide_helper.php プロジェクト: MPur/tp-facebook
 /**
  * Get the database connection name.
  *
  * @return string|null 
  * @static 
  */
 public static function getName()
 {
     //Method inherited from \Illuminate\Database\Connection
     return \Illuminate\Database\SQLiteConnection::getName();
 }