Exemplo n.º 1
0
 public function __construct($metas)
 {
     if ($metas instanceof Collection) {
         $this->ids = $metas->ids();
     } else {
         $this->ids = FrankizImage::toIds(unflatten($metas));
     }
 }