Created
December 10, 2017 09:51
-
-
Save kargirwar/323e30bcbfd4debcc479f2668b7d1a05 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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