Exemplo n.º 1
0
 /**
  * Get the SQL representation of the query.
  *
  * @return string 
  * @static 
  */
 public static function toSql()
 {
     //Method inherited from \Illuminate\Database\Query\Builder
     return \October\Rain\Database\QueryBuilder::toSql();
 }