Exemplo n.º 1
0
 public function add()
 {
     $collection = new Asset\Collection($this->request->input('assets'));
     $collection->addTag($this->request->input('tag'));
 }
Exemplo n.º 2
0
 public function add()
 {
     $this->collection->addTag($this->tag);
 }