示例#1
0
 /**
  * @return array
  */
 public static function getQueryLog()
 {
     return Factory::getConnection()->getQueryLog();
 }
示例#2
0
 /**
  * @return \Illuminate\Database\Connection
  */
 public function connection()
 {
     return Factory::getConnection($this->getDefinition()->connection);
 }