Skip to content

Instantly share code, notes, and snippets.

@kargirwar
Created December 10, 2017 09:51
Show Gist options
  • Save kargirwar/323e30bcbfd4debcc479f2668b7d1a05 to your computer and use it in GitHub Desktop.
Save kargirwar/323e30bcbfd4debcc479f2668b7d1a05 to your computer and use it in GitHub Desktop.
<?php
public function release() {
$collection = $this->collectionBuilder();
$collection->addCode([$this, 'mvCssFiles']);
$collection->addCode([$this, 'changeRefs']);
return $collection;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment