Example #1
0
 public function remove()
 {
     $collection = new Asset\Collection($this->request->input('assets'));
     $collection->removeTag($this->request->input('tag'));
 }
Example #2
0
 public function remove()
 {
     $this->collection->removeTag($this->tag);
 }