Skip to content

Instantly share code, notes, and snippets.

@rhukster
Created November 13, 2017 21:06
Show Gist options
  • Save rhukster/89429cc5738b9201c4fd5a6057fe1596 to your computer and use it in GitHub Desktop.
Save rhukster/89429cc5738b9201c4fd5a6057fe1596 to your computer and use it in GitHub Desktop.
Add `$features` order to override blueprints
class DetailsPlugin extends Plugin
{
public $features = [
'blueprints' => 1000,
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment