Example #1
0
 public function push($links, $type = 'text')
 {
     Response::push($links, $type);
     return $this;
 }