Ejemplo n.º 1
0
 public function renderEdit($albumId)
 {
     $this->bag->album = $this->albums->findFirst()->where($albumId);
 }