Example #1
0
 public static function fromSQL($sql, $params = [])
 {
     return Collection::fromSQL(get_called_class(), $sql, $params);
 }