Skip to content

Instantly share code, notes, and snippets.

@insign
Last active January 28, 2017 22:59
Show Gist options
  • Save insign/1bec29df7cce0d79efab15502631f38f to your computer and use it in GitHub Desktop.
Save insign/1bec29df7cce0d79efab15502631f38f to your computer and use it in GitHub Desktop.
<?php
public function store()
{
$product = $this->createProduct();
$this->applyDiscount('newProduct', $product);
$this->notifyUsersVia('email');
return 'Success';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment