Skip to content

Instantly share code, notes, and snippets.

@insign
Created January 28, 2017 23:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save insign/b18f746433a117360cbdffea75edad7a to your computer and use it in GitHub Desktop.
Save insign/b18f746433a117360cbdffea75edad7a 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