Skip to content

Instantly share code, notes, and snippets.

@anthonybudd
Created February 6, 2017 16:48
Show Gist options
  • Save anthonybudd/925658c9e1fae2aed1f5566052a3b9fc to your computer and use it in GitHub Desktop.
Save anthonybudd/925658c9e1fae2aed1f5566052a3b9fc to your computer and use it in GitHub Desktop.
<?php
Product::register();
// OR
Product::register([
'singular_name' => 'Product'
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment